Shades of Bay Leaf #85AB90
Tints of Bay Leaf #85AB90
RGB
CMYK
RGB Variations
Color information
#85AB90 (or 0x85AB90) is known color: Bay Leaf. HEX triplet: 85, AB and 90. RGB value is (133,171,144). Sum of RGB (Red+Green+Blue) = 133+171+144=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85AB90 is #7A546F. Grayscale: #9C9C9C. Windows color (decimal): -8017008 or 9481093. OLE color: 9481093.
HSL color Cylindrical-coordinate representation of color #85AB90: hue angle of 137.37º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #85AB90 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 144 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.33 |
| HSL | 137.37º | 0.18% | 0.6% | - |
| HSV(B) | 137.37º | 0.22% | 0.67% | - |
| XYZ | 29.27 | 36.13 | 31.82 | - |
| YUV | 156.56 | 120.91 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 144 | 0.22 | 0 | 0.16 | 0.33 | 137.37 | 0.18 | 0.6 |
| Hex | 85 | AB | 90 | 16 | 0 | 10 | 21 | 89 | 12 | 3C |
| Octal | 205 | 253 | 220 | 26 | 0 | 20 | 41 | 211 | 22 | 74 |
| Binary | 10000101 | 10101011 | 10010000 | 10110 | 0 | 10000 | 100001 | 10001001 | 10010 | 111100 |
Color Harmonies of #85AB90
Complementary color
Monochromatic Colors of #85AB90
Black with #85AB90
Text Example
Text Example
White with #85AB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB90; }
p { color: rgb(133,171,144); }
H1.HeaderClassName
{
color: #85AB90;
}
.AnyTagClassName
{
color: #85AB90;
}
</style>
background-color css
<style>
a { background-color: #85AB90; }
a { background-color: rgb(133,171,144); }
div.DivClassName
{
background-color: #85AB90;
}
.BgClassName
{
background-color: #85AB90;
}
</style>
border-color css
<style>
span { border-color: #85AB90; }
span { border-color: rgb(133,171,144); }
td.TdClassName
{
border-color: #85AB90;
}
.TagClassName
{
border-color: #85AB90;
}
</style>