Shades of Citrus #85AB03
Tints of Citrus #85AB03
RGB
CMYK
RGB Variations
Color information
#85AB03 (or 0x85AB03) is known color: Citrus. HEX triplet: 85, AB and 03. RGB value is (133,171,3). Sum of RGB (Red+Green+Blue) = 133+171+3=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #85AB03 is #7A54FC. Grayscale: #8D8D8D. Windows color (decimal): -8017149 or 240517. OLE color: 240517.
HSL color Cylindrical-coordinate representation of color #85AB03: hue angle of 73.57º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85AB03 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 171 | 3 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.33 |
| HSL | 73.57º | 0.97% | 0.34% | - |
| HSV(B) | 73.57º | 0.98% | 0.67% | - |
| XYZ | 24.25 | 34.12 | 5.39 | - |
| YUV | 140.49 | 50.41 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 171 | 3 | 0.22 | 0 | 0.98 | 0.33 | 73.57 | 0.97 | 0.34 |
| Hex | 85 | AB | 3 | 16 | 0 | 62 | 21 | 4A | 61 | 22 |
| Octal | 205 | 253 | 3 | 26 | 0 | 142 | 41 | 112 | 141 | 42 |
| Binary | 10000101 | 10101011 | 11 | 10110 | 0 | 1100010 | 100001 | 1001010 | 1100001 | 100010 |
Color Harmonies of #85AB03
Complementary color
Monochromatic Colors of #85AB03
Black with #85AB03
Text Example
Text Example
White with #85AB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85AB03; }
p { color: rgb(133,171,3); }
H1.HeaderClassName
{
color: #85AB03;
}
.AnyTagClassName
{
color: #85AB03;
}
</style>
background-color css
<style>
a { background-color: #85AB03; }
a { background-color: rgb(133,171,3); }
div.DivClassName
{
background-color: #85AB03;
}
.BgClassName
{
background-color: #85AB03;
}
</style>
border-color css
<style>
span { border-color: #85AB03; }
span { border-color: rgb(133,171,3); }
td.TdClassName
{
border-color: #85AB03;
}
.TagClassName
{
border-color: #85AB03;
}
</style>