Shades of De York #91CA8B
Tints of De York #91CA8B
RGB
CMYK
RGB Variations
Color information
#91CA8B (or 0x91CA8B) is known color: De York. HEX triplet: 91, CA and 8B. RGB value is (145,202,139). Sum of RGB (Red+Green+Blue) = 145+202+139=486 (64% of max value = 765). Red value is 145 (57.03% from 255 or 29.84% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #91CA8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CA8B is #6E3574. Grayscale: #B1B1B1. Windows color (decimal): -7222645 or 9161361. OLE color: 9161361.
HSL color Cylindrical-coordinate representation of color #91CA8B: hue angle of 114.29º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91CA8B is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 202 | 139 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.21 |
| HSL | 114.29º | 0.37% | 0.67% | - |
| HSV(B) | 114.29º | 0.31% | 0.79% | - |
| XYZ | 37.46 | 50.12 | 32.13 | - |
| YUV | 177.78 | 106.12 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 202 | 139 | 0.28 | 0 | 0.31 | 0.21 | 114.29 | 0.37 | 0.67 |
| Hex | 91 | CA | 8B | 1C | 0 | 1F | 15 | 72 | 25 | 43 |
| Octal | 221 | 312 | 213 | 34 | 0 | 37 | 25 | 162 | 45 | 103 |
| Binary | 10010001 | 11001010 | 10001011 | 11100 | 0 | 11111 | 10101 | 1110010 | 100101 | 1000011 |
Color Harmonies of #91CA8B
Complementary color
Monochromatic Colors of #91CA8B
Black with #91CA8B
Text Example
Text Example
White with #91CA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CA8B; }
p { color: rgb(145,202,139); }
H1.HeaderClassName
{
color: #91CA8B;
}
.AnyTagClassName
{
color: #91CA8B;
}
</style>
background-color css
<style>
a { background-color: #91CA8B; }
a { background-color: rgb(145,202,139); }
div.DivClassName
{
background-color: #91CA8B;
}
.BgClassName
{
background-color: #91CA8B;
}
</style>
border-color css
<style>
span { border-color: #91CA8B; }
span { border-color: rgb(145,202,139); }
td.TdClassName
{
border-color: #91CA8B;
}
.TagClassName
{
border-color: #91CA8B;
}
</style>