Shades of Citrus #ACB602
Tints of Citrus #ACB602
RGB
CMYK
RGB Variations
Color information
#ACB602 (or 0xACB602) is known color: Citrus. HEX triplet: AC, B6 and 02. RGB value is (172,182,2). Sum of RGB (Red+Green+Blue) = 172+182+2=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 182 (71.48% from 255 or 51.12% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB602 is #5349FD. Grayscale: #9F9F9F. Windows color (decimal): -5458430 or 177836. OLE color: 177836.
HSL color Cylindrical-coordinate representation of color #ACB602: hue angle of 63.33º 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 #ACB602 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 2 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.29 |
| HSL | 63.33º | 0.98% | 0.36% | - |
| HSV(B) | 63.33º | 0.99% | 0.71% | - |
| XYZ | 33.75 | 42.23 | 6.43 | - |
| YUV | 158.49 | 39.69 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 2 | 0.05 | 0 | 0.99 | 0.29 | 63.33 | 0.98 | 0.36 |
| Hex | AC | B6 | 2 | 5 | 0 | 63 | 1D | 3F | 62 | 24 |
| Octal | 254 | 266 | 2 | 5 | 0 | 143 | 35 | 77 | 142 | 44 |
| Binary | 10101100 | 10110110 | 10 | 101 | 0 | 1100011 | 11101 | 111111 | 1100010 | 100100 |
Color Harmonies of #ACB602
Complementary color
Monochromatic Colors of #ACB602
Black with #ACB602
Text Example
Text Example
White with #ACB602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB602; }
p { color: rgb(172,182,2); }
H1.HeaderClassName
{
color: #ACB602;
}
.AnyTagClassName
{
color: #ACB602;
}
</style>
background-color css
<style>
a { background-color: #ACB602; }
a { background-color: rgb(172,182,2); }
div.DivClassName
{
background-color: #ACB602;
}
.BgClassName
{
background-color: #ACB602;
}
</style>
border-color css
<style>
span { border-color: #ACB602; }
span { border-color: rgb(172,182,2); }
td.TdClassName
{
border-color: #ACB602;
}
.TagClassName
{
border-color: #ACB602;
}
</style>