Shades of Citrus #ACB00B
Tints of Citrus #ACB00B
RGB
CMYK
RGB Variations
Color information
#ACB00B (or 0xACB00B) is known color: Citrus. HEX triplet: AC, B0 and 0B. RGB value is (172,176,11). Sum of RGB (Red+Green+Blue) = 172+176+11=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 176 (69.14% from 255 or 49.03% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB00B is #534FF4. Grayscale: #9C9C9C. Windows color (decimal): -5459957 or 766124. OLE color: 766124.
HSL color Cylindrical-coordinate representation of color #ACB00B: hue angle of 61.45º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACB00B is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 11 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.31 |
| HSL | 61.45º | 0.88% | 0.37% | - |
| HSV(B) | 61.45º | 0.94% | 0.69% | - |
| XYZ | 32.6 | 39.85 | 6.29 | - |
| YUV | 155.99 | 46.17 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 11 | 0.02 | 0 | 0.94 | 0.31 | 61.45 | 0.88 | 0.37 |
| Hex | AC | B0 | B | 2 | 0 | 5E | 1F | 3D | 58 | 25 |
| Octal | 254 | 260 | 13 | 2 | 0 | 136 | 37 | 75 | 130 | 45 |
| Binary | 10101100 | 10110000 | 1011 | 10 | 0 | 1011110 | 11111 | 111101 | 1011000 | 100101 |
Color Harmonies of #ACB00B
Complementary color
Monochromatic Colors of #ACB00B
Black with #ACB00B
Text Example
Text Example
White with #ACB00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB00B; }
p { color: rgb(172,176,11); }
H1.HeaderClassName
{
color: #ACB00B;
}
.AnyTagClassName
{
color: #ACB00B;
}
</style>
background-color css
<style>
a { background-color: #ACB00B; }
a { background-color: rgb(172,176,11); }
div.DivClassName
{
background-color: #ACB00B;
}
.BgClassName
{
background-color: #ACB00B;
}
</style>
border-color css
<style>
span { border-color: #ACB00B; }
span { border-color: rgb(172,176,11); }
td.TdClassName
{
border-color: #ACB00B;
}
.TagClassName
{
border-color: #ACB00B;
}
</style>