Shades of Citrus #ACB502
Tints of Citrus #ACB502
RGB
CMYK
RGB Variations
Color information
#ACB502 (or 0xACB502) is known color: Citrus. HEX triplet: AC, B5 and 02. RGB value is (172,181,2). Sum of RGB (Red+Green+Blue) = 172+181+2=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 181 (71.09% from 255 or 50.99% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB502 is #534AFD. Grayscale: #9E9E9E. Windows color (decimal): -5458686 or 177580. OLE color: 177580.
HSL color Cylindrical-coordinate representation of color #ACB502: hue angle of 63.02º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACB502 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 181 | 2 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.29 |
| HSL | 63.02º | 0.98% | 0.36% | - |
| HSV(B) | 63.02º | 0.99% | 0.71% | - |
| XYZ | 33.55 | 41.82 | 6.36 | - |
| YUV | 157.9 | 40.02 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 181 | 2 | 0.05 | 0 | 0.99 | 0.29 | 63.02 | 0.98 | 0.36 |
| Hex | AC | B5 | 2 | 5 | 0 | 63 | 1D | 3F | 62 | 24 |
| Octal | 254 | 265 | 2 | 5 | 0 | 143 | 35 | 77 | 142 | 44 |
| Binary | 10101100 | 10110101 | 10 | 101 | 0 | 1100011 | 11101 | 111111 | 1100010 | 100100 |
Color Harmonies of #ACB502
Complementary color
Monochromatic Colors of #ACB502
Black with #ACB502
Text Example
Text Example
White with #ACB502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB502; }
p { color: rgb(172,181,2); }
H1.HeaderClassName
{
color: #ACB502;
}
.AnyTagClassName
{
color: #ACB502;
}
</style>
background-color css
<style>
a { background-color: #ACB502; }
a { background-color: rgb(172,181,2); }
div.DivClassName
{
background-color: #ACB502;
}
.BgClassName
{
background-color: #ACB502;
}
</style>
border-color css
<style>
span { border-color: #ACB502; }
span { border-color: rgb(172,181,2); }
td.TdClassName
{
border-color: #ACB502;
}
.TagClassName
{
border-color: #ACB502;
}
</style>