Shades of Citrus #85B703
Tints of Citrus #85B703
RGB
CMYK
RGB Variations
Color information
#85B703 (or 0x85B703) is known color: Citrus. HEX triplet: 85, B7 and 03. RGB value is (133,183,3). Sum of RGB (Red+Green+Blue) = 133+183+3=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 183 (71.88% from 255 or 57.37% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 183 - color contains mainly: green. Hex color #85B703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85B703 is #7A48FC. Grayscale: #949494. Windows color (decimal): -8014077 or 243589. OLE color: 243589.
HSL color Cylindrical-coordinate representation of color #85B703: hue angle of 76.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85B703 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 3 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.28 |
| HSL | 76.67º | 0.97% | 0.36% | - |
| HSV(B) | 76.67º | 0.98% | 0.72% | - |
| XYZ | 26.62 | 38.86 | 6.18 | - |
| YUV | 147.53 | 46.44 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 3 | 0.27 | 0 | 0.98 | 0.28 | 76.67 | 0.97 | 0.36 |
| Hex | 85 | B7 | 3 | 1B | 0 | 62 | 1C | 4D | 61 | 24 |
| Octal | 205 | 267 | 3 | 33 | 0 | 142 | 34 | 115 | 141 | 44 |
| Binary | 10000101 | 10110111 | 11 | 11011 | 0 | 1100010 | 11100 | 1001101 | 1100001 | 100100 |
Color Harmonies of #85B703
Complementary color
Monochromatic Colors of #85B703
Black with #85B703
Text Example
Text Example
White with #85B703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B703; }
p { color: rgb(133,183,3); }
H1.HeaderClassName
{
color: #85B703;
}
.AnyTagClassName
{
color: #85B703;
}
</style>
background-color css
<style>
a { background-color: #85B703; }
a { background-color: rgb(133,183,3); }
div.DivClassName
{
background-color: #85B703;
}
.BgClassName
{
background-color: #85B703;
}
</style>
border-color css
<style>
span { border-color: #85B703; }
span { border-color: rgb(133,183,3); }
td.TdClassName
{
border-color: #85B703;
}
.TagClassName
{
border-color: #85B703;
}
</style>