Shades of Citrus #85B509
Tints of Citrus #85B509
RGB
CMYK
RGB Variations
Color information
#85B509 (or 0x85B509) is known color: Citrus. HEX triplet: 85, B5 and 09. RGB value is (133,181,9). Sum of RGB (Red+Green+Blue) = 133+181+9=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 181 (71.09% from 255 or 56.04% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 181 - color contains mainly: green. Hex color #85B509 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B509 is #7A4AF6. Grayscale: #939393. Windows color (decimal): -8014583 or 636293. OLE color: 636293.
HSL color Cylindrical-coordinate representation of color #85B509: hue angle of 76.74º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85B509 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 9 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.29 |
| HSL | 76.74º | 0.91% | 0.37% | - |
| HSV(B) | 76.74º | 0.95% | 0.71% | - |
| XYZ | 26.25 | 38.05 | 6.22 | - |
| YUV | 147.04 | 50.1 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 9 | 0.27 | 0 | 0.95 | 0.29 | 76.74 | 0.91 | 0.37 |
| Hex | 85 | B5 | 9 | 1B | 0 | 5F | 1D | 4D | 5B | 25 |
| Octal | 205 | 265 | 11 | 33 | 0 | 137 | 35 | 115 | 133 | 45 |
| Binary | 10000101 | 10110101 | 1001 | 11011 | 0 | 1011111 | 11101 | 1001101 | 1011011 | 100101 |
Color Harmonies of #85B509
Complementary color
Monochromatic Colors of #85B509
Black with #85B509
Text Example
Text Example
White with #85B509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B509; }
p { color: rgb(133,181,9); }
H1.HeaderClassName
{
color: #85B509;
}
.AnyTagClassName
{
color: #85B509;
}
</style>
background-color css
<style>
a { background-color: #85B509; }
a { background-color: rgb(133,181,9); }
div.DivClassName
{
background-color: #85B509;
}
.BgClassName
{
background-color: #85B509;
}
</style>
border-color css
<style>
span { border-color: #85B509; }
span { border-color: rgb(133,181,9); }
td.TdClassName
{
border-color: #85B509;
}
.TagClassName
{
border-color: #85B509;
}
</style>