Shades of De York #88C992
Tints of De York #88C992
RGB
CMYK
RGB Variations
Color information
#88C992 (or 0x88C992) is known color: De York. HEX triplet: 88, C9 and 92. RGB value is (136,201,146). Sum of RGB (Red+Green+Blue) = 136+201+146=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #88C992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C992 is #77366D. Grayscale: #AFAFAF. Windows color (decimal): -7812718 or 9619848. OLE color: 9619848.
HSL color Cylindrical-coordinate representation of color #88C992: hue angle of 129.23º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88C992 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 201 | 146 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.21 |
| HSL | 129.23º | 0.38% | 0.66% | - |
| HSV(B) | 129.23º | 0.32% | 0.79% | - |
| XYZ | 36.23 | 49.08 | 34.76 | - |
| YUV | 175.3 | 111.47 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 201 | 146 | 0.32 | 0 | 0.27 | 0.21 | 129.23 | 0.38 | 0.66 |
| Hex | 88 | C9 | 92 | 20 | 0 | 1B | 15 | 81 | 26 | 42 |
| Octal | 210 | 311 | 222 | 40 | 0 | 33 | 25 | 201 | 46 | 102 |
| Binary | 10001000 | 11001001 | 10010010 | 100000 | 0 | 11011 | 10101 | 10000001 | 100110 | 1000010 |
Color Harmonies of #88C992
Complementary color
Monochromatic Colors of #88C992
Black with #88C992
Text Example
Text Example
White with #88C992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C992; }
p { color: rgb(136,201,146); }
H1.HeaderClassName
{
color: #88C992;
}
.AnyTagClassName
{
color: #88C992;
}
</style>
background-color css
<style>
a { background-color: #88C992; }
a { background-color: rgb(136,201,146); }
div.DivClassName
{
background-color: #88C992;
}
.BgClassName
{
background-color: #88C992;
}
</style>
border-color css
<style>
span { border-color: #88C992; }
span { border-color: rgb(136,201,146); }
td.TdClassName
{
border-color: #88C992;
}
.TagClassName
{
border-color: #88C992;
}
</style>