Shades of Citrus #85BA03
Tints of Citrus #85BA03
RGB
CMYK
RGB Variations
Color information
#85BA03 (or 0x85BA03) is known color: Citrus. HEX triplet: 85, BA and 03. RGB value is (133,186,3). Sum of RGB (Red+Green+Blue) = 133+186+3=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 186 (73.05% from 255 or 57.76% from 322); Blue value is 3 (1.56% from 255 or 0.93% from 322); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BA03 is #7A45FC. Grayscale: #959595. Windows color (decimal): -8013309 or 244357. OLE color: 244357.
HSL color Cylindrical-coordinate representation of color #85BA03: hue angle of 77.38º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85BA03 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 3 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.27 |
| HSL | 77.38º | 0.97% | 0.37% | - |
| HSV(B) | 77.38º | 0.98% | 0.73% | - |
| XYZ | 27.25 | 40.11 | 6.39 | - |
| YUV | 149.29 | 45.44 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 3 | 0.28 | 0 | 0.98 | 0.27 | 77.38 | 0.97 | 0.37 |
| Hex | 85 | BA | 3 | 1C | 0 | 62 | 1B | 4D | 61 | 25 |
| Octal | 205 | 272 | 3 | 34 | 0 | 142 | 33 | 115 | 141 | 45 |
| Binary | 10000101 | 10111010 | 11 | 11100 | 0 | 1100010 | 11011 | 1001101 | 1100001 | 100101 |
Color Harmonies of #85BA03
Complementary color
Monochromatic Colors of #85BA03
Black with #85BA03
Text Example
Text Example
White with #85BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA03; }
p { color: rgb(133,186,3); }
H1.HeaderClassName
{
color: #85BA03;
}
.AnyTagClassName
{
color: #85BA03;
}
</style>
background-color css
<style>
a { background-color: #85BA03; }
a { background-color: rgb(133,186,3); }
div.DivClassName
{
background-color: #85BA03;
}
.BgClassName
{
background-color: #85BA03;
}
</style>
border-color css
<style>
span { border-color: #85BA03; }
span { border-color: rgb(133,186,3); }
td.TdClassName
{
border-color: #85BA03;
}
.TagClassName
{
border-color: #85BA03;
}
</style>