Shades of De York #81BB89
Tints of De York #81BB89
RGB
CMYK
RGB Variations
Color information
#81BB89 (or 0x81BB89) is known color: De York. HEX triplet: 81, BB and 89. RGB value is (129,187,137). Sum of RGB (Red+Green+Blue) = 129+187+137=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81BB89 is #7E4476. Grayscale: #A4A4A4. Windows color (decimal): -8275063 or 9026433. OLE color: 9026433.
HSL color Cylindrical-coordinate representation of color #81BB89: hue angle of 128.28º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81BB89 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 187 | 137 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.27 |
| HSL | 128.28º | 0.3% | 0.62% | - |
| HSV(B) | 128.28º | 0.31% | 0.73% | - |
| XYZ | 31.34 | 42.01 | 30.12 | - |
| YUV | 163.96 | 112.78 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 187 | 137 | 0.31 | 0 | 0.27 | 0.27 | 128.28 | 0.3 | 0.62 |
| Hex | 81 | BB | 89 | 1F | 0 | 1B | 1B | 80 | 1E | 3E |
| Octal | 201 | 273 | 211 | 37 | 0 | 33 | 33 | 200 | 36 | 76 |
| Binary | 10000001 | 10111011 | 10001001 | 11111 | 0 | 11011 | 11011 | 10000000 | 11110 | 111110 |
Color Harmonies of #81BB89
Complementary color
Monochromatic Colors of #81BB89
Black with #81BB89
Text Example
Text Example
White with #81BB89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BB89; }
p { color: rgb(129,187,137); }
H1.HeaderClassName
{
color: #81BB89;
}
.AnyTagClassName
{
color: #81BB89;
}
</style>
background-color css
<style>
a { background-color: #81BB89; }
a { background-color: rgb(129,187,137); }
div.DivClassName
{
background-color: #81BB89;
}
.BgClassName
{
background-color: #81BB89;
}
</style>
border-color css
<style>
span { border-color: #81BB89; }
span { border-color: rgb(129,187,137); }
td.TdClassName
{
border-color: #81BB89;
}
.TagClassName
{
border-color: #81BB89;
}
</style>