Shades of De York #91CB88
Tints of De York #91CB88
RGB
CMYK
RGB Variations
Color information
#91CB88 (or 0x91CB88) is known color: De York. HEX triplet: 91, CB and 88. RGB value is (145,203,136). Sum of RGB (Red+Green+Blue) = 145+203+136=484 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.96% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #91CB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CB88 is #6E3477. Grayscale: #B2B2B2. Windows color (decimal): -7222392 or 8965009. OLE color: 8965009.
HSL color Cylindrical-coordinate representation of color #91CB88: hue angle of 111.94º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #91CB88 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 203 | 136 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.20 |
| HSL | 111.94º | 0.39% | 0.66% | - |
| HSV(B) | 111.94º | 0.33% | 0.8% | - |
| XYZ | 37.48 | 50.51 | 31.07 | - |
| YUV | 178.02 | 104.28 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 203 | 136 | 0.29 | 0 | 0.33 | 0.20 | 111.94 | 0.39 | 0.66 |
| Hex | 91 | CB | 88 | 1D | 0 | 21 | 14 | 70 | 27 | 42 |
| Octal | 221 | 313 | 210 | 35 | 0 | 41 | 24 | 160 | 47 | 102 |
| Binary | 10010001 | 11001011 | 10001000 | 11101 | 0 | 100001 | 10100 | 1110000 | 100111 | 1000010 |
Color Harmonies of #91CB88
Complementary color
Monochromatic Colors of #91CB88
Black with #91CB88
Text Example
Text Example
White with #91CB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CB88; }
p { color: rgb(145,203,136); }
H1.HeaderClassName
{
color: #91CB88;
}
.AnyTagClassName
{
color: #91CB88;
}
</style>
background-color css
<style>
a { background-color: #91CB88; }
a { background-color: rgb(145,203,136); }
div.DivClassName
{
background-color: #91CB88;
}
.BgClassName
{
background-color: #91CB88;
}
</style>
border-color css
<style>
span { border-color: #91CB88; }
span { border-color: rgb(145,203,136); }
td.TdClassName
{
border-color: #91CB88;
}
.TagClassName
{
border-color: #91CB88;
}
</style>