Shades of De York #92CA88
Tints of De York #92CA88
RGB
CMYK
RGB Variations
Color information
#92CA88 (or 0x92CA88) is known color: De York. HEX triplet: 92, CA and 88. RGB value is (146,202,136). Sum of RGB (Red+Green+Blue) = 146+202+136=484 (64% of max value = 765). Red value is 146 (57.42% from 255 or 30.17% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #92CA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CA88 is #6D3577. Grayscale: #B1B1B1. Windows color (decimal): -7157112 or 8964754. OLE color: 8964754.
HSL color Cylindrical-coordinate representation of color #92CA88: hue angle of 110.91º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92CA88 is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 202 | 136 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.21 |
| HSL | 110.91º | 0.38% | 0.66% | - |
| HSV(B) | 110.91º | 0.33% | 0.79% | - |
| XYZ | 37.42 | 50.13 | 31 | - |
| YUV | 177.73 | 104.45 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 202 | 136 | 0.28 | 0 | 0.33 | 0.21 | 110.91 | 0.38 | 0.66 |
| Hex | 92 | CA | 88 | 1C | 0 | 21 | 15 | 6F | 26 | 42 |
| Octal | 222 | 312 | 210 | 34 | 0 | 41 | 25 | 157 | 46 | 102 |
| Binary | 10010010 | 11001010 | 10001000 | 11100 | 0 | 100001 | 10101 | 1101111 | 100110 | 1000010 |
Color Harmonies of #92CA88
Complementary color
Monochromatic Colors of #92CA88
Black with #92CA88
Text Example
Text Example
White with #92CA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CA88; }
p { color: rgb(146,202,136); }
H1.HeaderClassName
{
color: #92CA88;
}
.AnyTagClassName
{
color: #92CA88;
}
</style>
background-color css
<style>
a { background-color: #92CA88; }
a { background-color: rgb(146,202,136); }
div.DivClassName
{
background-color: #92CA88;
}
.BgClassName
{
background-color: #92CA88;
}
</style>
border-color css
<style>
span { border-color: #92CA88; }
span { border-color: rgb(146,202,136); }
td.TdClassName
{
border-color: #92CA88;
}
.TagClassName
{
border-color: #92CA88;
}
</style>