#92D08B

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

Shades of De York #92D08B

Tints of De York #92D08B

Color information

#92D08B (or 0x92D08B) is unknown color: approx De York. HEX triplet: 92, D0 and 8B. RGB value is (146,208,139). Sum of RGB (Red+Green+Blue) = 146+208+139=493 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.61% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #92D08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D08B is #6D2F74. Grayscale: #B5B5B5. Windows color (decimal): -7155573 or 9162898. OLE color: 9162898.

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

Color convert

RGB146208139-
CMYK0.3000.330.18
HSL113.91º42.33%68.04%-
HSV(B)113.91º33.17%81.57%-
XYZ39.0753.0932.61-
YUV181.6103.96102.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.61%
GREEN value IS 208 (81.64% from 255) = 42.19%
BLUE value IS 139 (54.69% from 255) = 28.19%
R=29.61%
G=42.19%
B=28.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1462081390.3000.330.18113.9142.3368.04
Hex92D08B1E02112722a44
Octal222320213360412216252104
Binary1001001011010000100010111111001000011001011100101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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