Shades of De York #92CC8D
Tints of De York #92CC8D
RGB
CMYK
RGB Variations
Color information
#92CC8D (or 0x92CC8D) is known color: De York. HEX triplet: 92, CC and 8D. RGB value is (146,204,141). Sum of RGB (Red+Green+Blue) = 146+204+141=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #92CC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92CC8D is #6D3372. Grayscale: #B3B3B3. Windows color (decimal): -7156595 or 9292946. OLE color: 9292946.
HSL color Cylindrical-coordinate representation of color #92CC8D: hue angle of 115.24º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92CC8D is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 204 | 141 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.2 |
| HSL | 115.24º | 0.38% | 0.68% | - |
| HSV(B) | 115.24º | 0.31% | 0.8% | - |
| XYZ | 38.25 | 51.22 | 33.07 | - |
| YUV | 179.48 | 106.28 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 204 | 141 | 0.28 | 0 | 0.31 | 0.2 | 115.24 | 0.38 | 0.68 |
| Hex | 92 | CC | 8D | 1C | 0 | 1F | 14 | 73 | 26 | 44 |
| Octal | 222 | 314 | 215 | 34 | 0 | 37 | 24 | 163 | 46 | 104 |
| Binary | 10010010 | 11001100 | 10001101 | 11100 | 0 | 11111 | 10100 | 1110011 | 100110 | 1000100 |
Color Harmonies of #92CC8D
Complementary color
Monochromatic Colors of #92CC8D
Black with #92CC8D
Text Example
Text Example
White with #92CC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92CC8D; }
p { color: rgb(146,204,141); }
H1.HeaderClassName
{
color: #92CC8D;
}
.AnyTagClassName
{
color: #92CC8D;
}
</style>
background-color css
<style>
a { background-color: #92CC8D; }
a { background-color: rgb(146,204,141); }
div.DivClassName
{
background-color: #92CC8D;
}
.BgClassName
{
background-color: #92CC8D;
}
</style>
border-color css
<style>
span { border-color: #92CC8D; }
span { border-color: rgb(146,204,141); }
td.TdClassName
{
border-color: #92CC8D;
}
.TagClassName
{
border-color: #92CC8D;
}
</style>