Shades of De York #92CC8A
Tints of De York #92CC8A
RGB
CMYK
RGB Variations
Color information
#92CC8A (or 0x92CC8A) is known color: De York. HEX triplet: 92, CC and 8A. RGB value is (146,204,138). Sum of RGB (Red+Green+Blue) = 146+204+138=488 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.92% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #92CC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CC8A is #6D3375. Grayscale: #B3B3B3. Windows color (decimal): -7156598 or 9096338. OLE color: 9096338.
HSL color Cylindrical-coordinate representation of color #92CC8A: hue angle of 112.73º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92CC8A is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 204 | 138 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.2 |
| HSL | 112.73º | 0.39% | 0.67% | - |
| HSV(B) | 112.73º | 0.32% | 0.8% | - |
| XYZ | 38.03 | 51.13 | 31.91 | - |
| YUV | 179.13 | 104.78 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 204 | 138 | 0.28 | 0 | 0.32 | 0.2 | 112.73 | 0.39 | 0.67 |
| Hex | 92 | CC | 8A | 1C | 0 | 20 | 14 | 71 | 27 | 43 |
| Octal | 222 | 314 | 212 | 34 | 0 | 40 | 24 | 161 | 47 | 103 |
| Binary | 10010010 | 11001100 | 10001010 | 11100 | 0 | 100000 | 10100 | 1110001 | 100111 | 1000011 |
Color Harmonies of #92CC8A
Complementary color
Monochromatic Colors of #92CC8A
Black with #92CC8A
Text Example
Text Example
White with #92CC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CC8A; }
p { color: rgb(146,204,138); }
H1.HeaderClassName
{
color: #92CC8A;
}
.AnyTagClassName
{
color: #92CC8A;
}
</style>
background-color css
<style>
a { background-color: #92CC8A; }
a { background-color: rgb(146,204,138); }
div.DivClassName
{
background-color: #92CC8A;
}
.BgClassName
{
background-color: #92CC8A;
}
</style>
border-color css
<style>
span { border-color: #92CC8A; }
span { border-color: rgb(146,204,138); }
td.TdClassName
{
border-color: #92CC8A;
}
.TagClassName
{
border-color: #92CC8A;
}
</style>