Shades of Citrus #85BC09
Tints of Citrus #85BC09
RGB
CMYK
RGB Variations
Color information
#85BC09 (or 0x85BC09) is known color: Citrus. HEX triplet: 85, BC and 09. RGB value is (133,188,9). Sum of RGB (Red+Green+Blue) = 133+188+9=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BC09 is #7A43F6. Grayscale: #979797. Windows color (decimal): -8012791 or 638085. OLE color: 638085.
HSL color Cylindrical-coordinate representation of color #85BC09: hue angle of 78.44º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #85BC09 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 188 | 9 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.26 |
| HSL | 78.44º | 0.91% | 0.39% | - |
| HSV(B) | 78.44º | 0.95% | 0.74% | - |
| XYZ | 27.71 | 40.97 | 6.71 | - |
| YUV | 151.15 | 47.78 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 188 | 9 | 0.29 | 0 | 0.95 | 0.26 | 78.44 | 0.91 | 0.39 |
| Hex | 85 | BC | 9 | 1D | 0 | 5F | 1A | 4E | 5B | 27 |
| Octal | 205 | 274 | 11 | 35 | 0 | 137 | 32 | 116 | 133 | 47 |
| Binary | 10000101 | 10111100 | 1001 | 11101 | 0 | 1011111 | 11010 | 1001110 | 1011011 | 100111 |
Color Harmonies of #85BC09
Complementary color
Monochromatic Colors of #85BC09
Black with #85BC09
Text Example
Text Example
White with #85BC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BC09; }
p { color: rgb(133,188,9); }
H1.HeaderClassName
{
color: #85BC09;
}
.AnyTagClassName
{
color: #85BC09;
}
</style>
background-color css
<style>
a { background-color: #85BC09; }
a { background-color: rgb(133,188,9); }
div.DivClassName
{
background-color: #85BC09;
}
.BgClassName
{
background-color: #85BC09;
}
</style>
border-color css
<style>
span { border-color: #85BC09; }
span { border-color: rgb(133,188,9); }
td.TdClassName
{
border-color: #85BC09;
}
.TagClassName
{
border-color: #85BC09;
}
</style>