Shades of Citrus #85BA09
Tints of Citrus #85BA09
RGB
CMYK
RGB Variations
Color information
#85BA09 (or 0x85BA09) is known color: Citrus. HEX triplet: 85, BA and 09. RGB value is (133,186,9). Sum of RGB (Red+Green+Blue) = 133+186+9=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 9 (3.91% from 255 or 2.74% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BA09 is #7A45F6. Grayscale: #969696. Windows color (decimal): -8013303 or 637573. OLE color: 637573.
HSL color Cylindrical-coordinate representation of color #85BA09: hue angle of 77.97º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85BA09 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 9 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.27 |
| HSL | 77.97º | 0.91% | 0.38% | - |
| HSV(B) | 77.97º | 0.95% | 0.73% | - |
| XYZ | 27.28 | 40.12 | 6.57 | - |
| YUV | 149.98 | 48.44 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 9 | 0.28 | 0 | 0.95 | 0.27 | 77.97 | 0.91 | 0.38 |
| Hex | 85 | BA | 9 | 1C | 0 | 5F | 1B | 4E | 5B | 26 |
| Octal | 205 | 272 | 11 | 34 | 0 | 137 | 33 | 116 | 133 | 46 |
| Binary | 10000101 | 10111010 | 1001 | 11100 | 0 | 1011111 | 11011 | 1001110 | 1011011 | 100110 |
Color Harmonies of #85BA09
Complementary color
Monochromatic Colors of #85BA09
Black with #85BA09
Text Example
Text Example
White with #85BA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA09; }
p { color: rgb(133,186,9); }
H1.HeaderClassName
{
color: #85BA09;
}
.AnyTagClassName
{
color: #85BA09;
}
</style>
background-color css
<style>
a { background-color: #85BA09; }
a { background-color: rgb(133,186,9); }
div.DivClassName
{
background-color: #85BA09;
}
.BgClassName
{
background-color: #85BA09;
}
</style>
border-color css
<style>
span { border-color: #85BA09; }
span { border-color: rgb(133,186,9); }
td.TdClassName
{
border-color: #85BA09;
}
.TagClassName
{
border-color: #85BA09;
}
</style>