Shades of De York #92D18C
Tints of De York #92D18C
RGB
CMYK
RGB Variations
Color information
#92D18C (or 0x92D18C) is known color: De York. HEX triplet: 92, D1 and 8C. RGB value is (146,209,140). Sum of RGB (Red+Green+Blue) = 146+209+140=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 209 (82.03% from 255 or 42.22% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 209 - color contains mainly: green. Hex color #92D18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D18C is #6D2E73. Grayscale: #B6B6B6. Windows color (decimal): -7155316 or 9228690. OLE color: 9228690.
HSL color Cylindrical-coordinate representation of color #92D18C: hue angle of 114.78º 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 #92D18C is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 209 | 140 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.18 |
| HSL | 114.78º | 0.43% | 0.68% | - |
| HSV(B) | 114.78º | 0.33% | 0.82% | - |
| XYZ | 39.39 | 53.61 | 33.08 | - |
| YUV | 182.3 | 104.13 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 209 | 140 | 0.30 | 0 | 0.33 | 0.18 | 114.78 | 0.43 | 0.68 |
| Hex | 92 | D1 | 8C | 1E | 0 | 21 | 12 | 73 | 2B | 44 |
| Octal | 222 | 321 | 214 | 36 | 0 | 41 | 22 | 163 | 53 | 104 |
| Binary | 10010010 | 11010001 | 10001100 | 11110 | 0 | 100001 | 10010 | 1110011 | 101011 | 1000100 |
Color Harmonies of #92D18C
Complementary color
Monochromatic Colors of #92D18C
Black with #92D18C
Text Example
Text Example
White with #92D18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D18C; }
p { color: rgb(146,209,140); }
H1.HeaderClassName
{
color: #92D18C;
}
.AnyTagClassName
{
color: #92D18C;
}
</style>
background-color css
<style>
a { background-color: #92D18C; }
a { background-color: rgb(146,209,140); }
div.DivClassName
{
background-color: #92D18C;
}
.BgClassName
{
background-color: #92D18C;
}
</style>
border-color css
<style>
span { border-color: #92D18C; }
span { border-color: rgb(146,209,140); }
td.TdClassName
{
border-color: #92D18C;
}
.TagClassName
{
border-color: #92D18C;
}
</style>