Shades of Citrus #ACB20B
Tints of Citrus #ACB20B
RGB
CMYK
RGB Variations
Color information
#ACB20B (or 0xACB20B) is known color: Citrus. HEX triplet: AC, B2 and 0B. RGB value is (172,178,11). Sum of RGB (Red+Green+Blue) = 172+178+11=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 178 (69.92% from 255 or 49.31% from 361); Blue value is 11 (4.69% from 255 or 3.05% from 361); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB20B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB20B is #534DF4. Grayscale: #9D9D9D. Windows color (decimal): -5459445 or 766636. OLE color: 766636.
HSL color Cylindrical-coordinate representation of color #ACB20B: hue angle of 62.16º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACB20B is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 11 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.30 |
| HSL | 62.16º | 0.88% | 0.37% | - |
| HSV(B) | 62.16º | 0.94% | 0.7% | - |
| XYZ | 32.99 | 40.64 | 6.42 | - |
| YUV | 157.17 | 45.51 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 11 | 0.03 | 0 | 0.94 | 0.30 | 62.16 | 0.88 | 0.37 |
| Hex | AC | B2 | B | 3 | 0 | 5E | 1E | 3E | 58 | 25 |
| Octal | 254 | 262 | 13 | 3 | 0 | 136 | 36 | 76 | 130 | 45 |
| Binary | 10101100 | 10110010 | 1011 | 11 | 0 | 1011110 | 11110 | 111110 | 1011000 | 100101 |
Color Harmonies of #ACB20B
Complementary color
Monochromatic Colors of #ACB20B
Black with #ACB20B
Text Example
Text Example
White with #ACB20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB20B; }
p { color: rgb(172,178,11); }
H1.HeaderClassName
{
color: #ACB20B;
}
.AnyTagClassName
{
color: #ACB20B;
}
</style>
background-color css
<style>
a { background-color: #ACB20B; }
a { background-color: rgb(172,178,11); }
div.DivClassName
{
background-color: #ACB20B;
}
.BgClassName
{
background-color: #ACB20B;
}
</style>
border-color css
<style>
span { border-color: #ACB20B; }
span { border-color: rgb(172,178,11); }
td.TdClassName
{
border-color: #ACB20B;
}
.TagClassName
{
border-color: #ACB20B;
}
</style>