Shades of Citrus #85BB0A
Tints of Citrus #85BB0A
RGB
CMYK
RGB Variations
Color information
#85BB0A (or 0x85BB0A) is known color: Citrus. HEX triplet: 85, BB and 0A. RGB value is (133,187,10). Sum of RGB (Red+Green+Blue) = 133+187+10=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 10 (4.30% from 255 or 3.03% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #85BB0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BB0A is #7A44F5. Grayscale: #979797. Windows color (decimal): -8013046 or 703365. OLE color: 703365.
HSL color Cylindrical-coordinate representation of color #85BB0A: hue angle of 78.31º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85BB0A is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 187 | 10 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.27 |
| HSL | 78.31º | 0.9% | 0.39% | - |
| HSV(B) | 78.31º | 0.95% | 0.73% | - |
| XYZ | 27.5 | 40.55 | 6.66 | - |
| YUV | 150.68 | 48.61 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 187 | 10 | 0.29 | 0 | 0.95 | 0.27 | 78.31 | 0.9 | 0.39 |
| Hex | 85 | BB | A | 1D | 0 | 5F | 1B | 4E | 5A | 27 |
| Octal | 205 | 273 | 12 | 35 | 0 | 137 | 33 | 116 | 132 | 47 |
| Binary | 10000101 | 10111011 | 1010 | 11101 | 0 | 1011111 | 11011 | 1001110 | 1011010 | 100111 |
Color Harmonies of #85BB0A
Complementary color
Monochromatic Colors of #85BB0A
Black with #85BB0A
Text Example
Text Example
White with #85BB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BB0A; }
p { color: rgb(133,187,10); }
H1.HeaderClassName
{
color: #85BB0A;
}
.AnyTagClassName
{
color: #85BB0A;
}
</style>
background-color css
<style>
a { background-color: #85BB0A; }
a { background-color: rgb(133,187,10); }
div.DivClassName
{
background-color: #85BB0A;
}
.BgClassName
{
background-color: #85BB0A;
}
</style>
border-color css
<style>
span { border-color: #85BB0A; }
span { border-color: rgb(133,187,10); }
td.TdClassName
{
border-color: #85BB0A;
}
.TagClassName
{
border-color: #85BB0A;
}
</style>