Shades of Citrus #ACB002
Tints of Citrus #ACB002
RGB
CMYK
RGB Variations
Color information
#ACB002 (or 0xACB002) is known color: Citrus. HEX triplet: AC, B0 and 02. RGB value is (172,176,2). Sum of RGB (Red+Green+Blue) = 172+176+2=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 176 (69.14% from 255 or 50.29% from 350); Blue value is 2 (1.17% from 255 or 0.57% from 350); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB002 is #534FFD. Grayscale: #9B9B9B. Windows color (decimal): -5459966 or 176300. OLE color: 176300.
HSL color Cylindrical-coordinate representation of color #ACB002: hue angle of 61.38º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACB002 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.31 |
| HSL | 61.38º | 0.98% | 0.35% | - |
| HSV(B) | 61.38º | 0.99% | 0.69% | - |
| XYZ | 32.55 | 39.83 | 6.03 | - |
| YUV | 154.97 | 41.67 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 2 | 0.02 | 0 | 0.99 | 0.31 | 61.38 | 0.98 | 0.35 |
| Hex | AC | B0 | 2 | 2 | 0 | 63 | 1F | 3D | 62 | 23 |
| Octal | 254 | 260 | 2 | 2 | 0 | 143 | 37 | 75 | 142 | 43 |
| Binary | 10101100 | 10110000 | 10 | 10 | 0 | 1100011 | 11111 | 111101 | 1100010 | 100011 |
Color Harmonies of #ACB002
Complementary color
Monochromatic Colors of #ACB002
Black with #ACB002
Text Example
Text Example
White with #ACB002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB002; }
p { color: rgb(172,176,2); }
H1.HeaderClassName
{
color: #ACB002;
}
.AnyTagClassName
{
color: #ACB002;
}
</style>
background-color css
<style>
a { background-color: #ACB002; }
a { background-color: rgb(172,176,2); }
div.DivClassName
{
background-color: #ACB002;
}
.BgClassName
{
background-color: #ACB002;
}
</style>
border-color css
<style>
span { border-color: #ACB002; }
span { border-color: rgb(172,176,2); }
td.TdClassName
{
border-color: #ACB002;
}
.TagClassName
{
border-color: #ACB002;
}
</style>