#92D18B

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

Shades of De York #92D18B

Tints of De York #92D18B

Color information

#92D18B (or 0x92D18B) is unknown color: approx De York. HEX triplet: 92, D1 and 8B. RGB value is (146,209,139). Sum of RGB (Red+Green+Blue) = 146+209+139=494 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.55% from 494); Green value is 209 (82.03% from 255 or 42.31% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 209 - color contains mainly: green. Hex color #92D18B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D18B is #6D2E74. Grayscale: #B6B6B6. Windows color (decimal): -7155317 or 9163154. OLE color: 9163154.

HSL color Cylindrical-coordinate representation of color #92D18B: hue angle of 114º degrees, saturation: 0.43, 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 #92D18B is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB146209139-
CMYK0.3000.330.18
HSL114º43.21%68.24%-
HSV(B)114º33.49%81.96%-
XYZ39.3153.5832.7-
YUV182.18103.63102.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.55%
GREEN value IS 209 (82.03% from 255) = 42.31%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=29.55%
G=42.31%
B=28.14%

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
Decimal1462091390.3000.330.1811443.2168.24
Hex92D18B1E02112722b44
Octal222321213360412216253104
Binary1001001011010001100010111111001000011001011100101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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