Shades of Citrus #85BA02
Tints of Citrus #85BA02
RGB
CMYK
RGB Variations
Color information
#85BA02 (or 0x85BA02) is known color: Citrus. HEX triplet: 85, BA and 02. RGB value is (133,186,2). Sum of RGB (Red+Green+Blue) = 133+186+2=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #85BA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85BA02 is #7A45FD. Grayscale: #959595. Windows color (decimal): -8013310 or 178821. OLE color: 178821.
HSL color Cylindrical-coordinate representation of color #85BA02: hue angle of 77.28º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85BA02 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 186 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.27 |
| HSL | 77.28º | 0.98% | 0.37% | - |
| HSV(B) | 77.28º | 0.99% | 0.73% | - |
| XYZ | 27.24 | 40.11 | 6.36 | - |
| YUV | 149.18 | 44.94 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 186 | 2 | 0.28 | 0 | 0.99 | 0.27 | 77.28 | 0.98 | 0.37 |
| Hex | 85 | BA | 2 | 1C | 0 | 63 | 1B | 4D | 62 | 25 |
| Octal | 205 | 272 | 2 | 34 | 0 | 143 | 33 | 115 | 142 | 45 |
| Binary | 10000101 | 10111010 | 10 | 11100 | 0 | 1100011 | 11011 | 1001101 | 1100010 | 100101 |
Color Harmonies of #85BA02
Complementary color
Monochromatic Colors of #85BA02
Black with #85BA02
Text Example
Text Example
White with #85BA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85BA02; }
p { color: rgb(133,186,2); }
H1.HeaderClassName
{
color: #85BA02;
}
.AnyTagClassName
{
color: #85BA02;
}
</style>
background-color css
<style>
a { background-color: #85BA02; }
a { background-color: rgb(133,186,2); }
div.DivClassName
{
background-color: #85BA02;
}
.BgClassName
{
background-color: #85BA02;
}
</style>
border-color css
<style>
span { border-color: #85BA02; }
span { border-color: rgb(133,186,2); }
td.TdClassName
{
border-color: #85BA02;
}
.TagClassName
{
border-color: #85BA02;
}
</style>