Shades of Citrus #84AB03
Tints of Citrus #84AB03
RGB
CMYK
RGB Variations
Color information
#84AB03 (or 0x84AB03) is known color: Citrus. HEX triplet: 84, AB and 03. RGB value is (132,171,3). Sum of RGB (Red+Green+Blue) = 132+171+3=306 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.14% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 3 (1.56% from 255 or 0.98% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #84AB03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84AB03 is #7B54FC. Grayscale: #8C8C8C. Windows color (decimal): -8082685 or 240516. OLE color: 240516.
HSL color Cylindrical-coordinate representation of color #84AB03: hue angle of 73.93º 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 #84AB03 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 171 | 3 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.33 |
| HSL | 73.93º | 0.97% | 0.34% | - |
| HSV(B) | 73.93º | 0.98% | 0.67% | - |
| XYZ | 24.1 | 34.04 | 5.39 | - |
| YUV | 140.19 | 50.58 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 171 | 3 | 0.23 | 0 | 0.98 | 0.33 | 73.93 | 0.97 | 0.34 |
| Hex | 84 | AB | 3 | 17 | 0 | 62 | 21 | 4A | 61 | 22 |
| Octal | 204 | 253 | 3 | 27 | 0 | 142 | 41 | 112 | 141 | 42 |
| Binary | 10000100 | 10101011 | 11 | 10111 | 0 | 1100010 | 100001 | 1001010 | 1100001 | 100010 |
Color Harmonies of #84AB03
Complementary color
Monochromatic Colors of #84AB03
Black with #84AB03
Text Example
Text Example
White with #84AB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AB03; }
p { color: rgb(132,171,3); }
H1.HeaderClassName
{
color: #84AB03;
}
.AnyTagClassName
{
color: #84AB03;
}
</style>
background-color css
<style>
a { background-color: #84AB03; }
a { background-color: rgb(132,171,3); }
div.DivClassName
{
background-color: #84AB03;
}
.BgClassName
{
background-color: #84AB03;
}
</style>
border-color css
<style>
span { border-color: #84AB03; }
span { border-color: rgb(132,171,3); }
td.TdClassName
{
border-color: #84AB03;
}
.TagClassName
{
border-color: #84AB03;
}
</style>