#92D090

Color #92D090 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #92D090

Tints of De York #92D090

Color information

#92D090 (or 0x92D090) is unknown color: approx De York. HEX triplet: 92, D0 and 90. RGB value is (146,208,144). Sum of RGB (Red+Green+Blue) = 146+208+144=498 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.32% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #92D090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D090 is #6D2F6F. Grayscale: #B6B6B6. Windows color (decimal): -7155568 or 9490578. OLE color: 9490578.

HSL color Cylindrical-coordinate representation of color #92D090: hue angle of 118.12º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92D090 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB146208144-
CMYK0.3000.310.18
HSL118.12º40.51%69.02%-
HSV(B)118.12º30.77%81.57%-
XYZ39.4453.2434.58-
YUV182.17106.46102.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 29.32%
GREEN value IS 208 (81.64% from 255) = 41.77%
BLUE value IS 144 (56.64% from 255) = 28.92%
R=29.32%
G=41.77%
B=28.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1462081440.3000.310.18118.1240.5169.02
Hex92D0901E01F12762945
Octal222320220360372216651105
Binary100100101101000010010000111100111111001011101101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92D090; }

 p { color: rgb(146,208,144); }

 H1.HeaderClassName
 {
   color: #92D090;
 }
 .AnyTagClassName
 {
   color: #92D090;
 }
</style>
background-color css

<style>
 a { background-color: #92D090; }

 a { background-color: rgb(146,208,144); }

 div.DivClassName
 {
   background-color: #92D090;
 }
 .BgClassName
 {
   background-color: #92D090;
 }
</style>
border-color css

<style>
 span { border-color: #92D090; }

 span { border-color: rgb(146,208,144); }

 td.TdClassName
 {
   border-color: #92D090;
 }
 .TagClassName
 {
   border-color: #92D090;
 }
</style>