Shades of Lima #85AA0F
Tints of Lima #85AA0F
RGB
CMYK
RGB Variations
Color information
#85AA0F (or 0x85AA0F) is known color: Lima. HEX triplet: 85, AA and 0F. RGB value is (133,170,15). Sum of RGB (Red+Green+Blue) = 133+170+15=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 170 (66.80% from 255 or 53.46% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AA0F is #7A55F0. Grayscale: #8D8D8D. Windows color (decimal): -8017393 or 1026693. OLE color: 1026693.
HSL color Cylindrical-coordinate representation of color #85AA0F: hue angle of 74.32º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85AA0F is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 170 | 15 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.33 |
| HSL | 74.32º | 0.84% | 0.36% | - |
| HSV(B) | 74.32º | 0.91% | 0.67% | - |
| XYZ | 24.13 | 33.77 | 5.7 | - |
| YUV | 141.27 | 56.74 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 170 | 15 | 0.22 | 0 | 0.91 | 0.33 | 74.32 | 0.84 | 0.36 |
| Hex | 85 | AA | F | 16 | 0 | 5B | 21 | 4A | 54 | 24 |
| Octal | 205 | 252 | 17 | 26 | 0 | 133 | 41 | 112 | 124 | 44 |
| Binary | 10000101 | 10101010 | 1111 | 10110 | 0 | 1011011 | 100001 | 1001010 | 1010100 | 100100 |
Color Harmonies of #85AA0F
Complementary color
Monochromatic Colors of #85AA0F
Black with #85AA0F
Text Example
Text Example
White with #85AA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AA0F; }
p { color: rgb(133,170,15); }
H1.HeaderClassName
{
color: #85AA0F;
}
.AnyTagClassName
{
color: #85AA0F;
}
</style>
background-color css
<style>
a { background-color: #85AA0F; }
a { background-color: rgb(133,170,15); }
div.DivClassName
{
background-color: #85AA0F;
}
.BgClassName
{
background-color: #85AA0F;
}
</style>
border-color css
<style>
span { border-color: #85AA0F; }
span { border-color: rgb(133,170,15); }
td.TdClassName
{
border-color: #85AA0F;
}
.TagClassName
{
border-color: #85AA0F;
}
</style>