Shades of Citrus #85B403
Tints of Citrus #85B403
RGB
CMYK
RGB Variations
Color information
#85B403 (or 0x85B403) is known color: Citrus. HEX triplet: 85, B4 and 03. RGB value is (133,180,3). Sum of RGB (Red+Green+Blue) = 133+180+3=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 180 (70.70% from 255 or 56.96% from 316); Blue value is 3 (1.56% from 255 or 0.95% from 316); Max value from RGB is 180 - color contains mainly: green. Hex color #85B403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B403 is #7A4BFC. Grayscale: #929292. Windows color (decimal): -8014845 or 242821. OLE color: 242821.
HSL color Cylindrical-coordinate representation of color #85B403: hue angle of 75.93º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85B403 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 180 | 3 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.29 |
| HSL | 75.93º | 0.97% | 0.36% | - |
| HSV(B) | 75.93º | 0.98% | 0.71% | - |
| XYZ | 26.01 | 37.64 | 5.98 | - |
| YUV | 145.77 | 47.43 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 180 | 3 | 0.26 | 0 | 0.98 | 0.29 | 75.93 | 0.97 | 0.36 |
| Hex | 85 | B4 | 3 | 1A | 0 | 62 | 1D | 4C | 61 | 24 |
| Octal | 205 | 264 | 3 | 32 | 0 | 142 | 35 | 114 | 141 | 44 |
| Binary | 10000101 | 10110100 | 11 | 11010 | 0 | 1100010 | 11101 | 1001100 | 1100001 | 100100 |
Color Harmonies of #85B403
Complementary color
Monochromatic Colors of #85B403
Black with #85B403
Text Example
Text Example
White with #85B403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B403; }
p { color: rgb(133,180,3); }
H1.HeaderClassName
{
color: #85B403;
}
.AnyTagClassName
{
color: #85B403;
}
</style>
background-color css
<style>
a { background-color: #85B403; }
a { background-color: rgb(133,180,3); }
div.DivClassName
{
background-color: #85B403;
}
.BgClassName
{
background-color: #85B403;
}
</style>
border-color css
<style>
span { border-color: #85B403; }
span { border-color: rgb(133,180,3); }
td.TdClassName
{
border-color: #85B403;
}
.TagClassName
{
border-color: #85B403;
}
</style>