Shades of Citrus #ACB10D
Tints of Citrus #ACB10D
RGB
CMYK
RGB Variations
Color information
#ACB10D (or 0xACB10D) is known color: Citrus. HEX triplet: AC, B1 and 0D. RGB value is (172,177,13). Sum of RGB (Red+Green+Blue) = 172+177+13=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 177 (69.53% from 255 or 48.90% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB10D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB10D is #534EF2. Grayscale: #9D9D9D. Windows color (decimal): -5459699 or 897452. OLE color: 897452.
HSL color Cylindrical-coordinate representation of color #ACB10D: hue angle of 61.83º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACB10D is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 13 | - |
| CMYK | 0.03 | 0 | 0.93 | 0.31 |
| HSL | 61.83º | 0.86% | 0.37% | - |
| HSV(B) | 61.83º | 0.93% | 0.69% | - |
| XYZ | 32.81 | 40.24 | 6.42 | - |
| YUV | 156.81 | 46.84 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 13 | 0.03 | 0 | 0.93 | 0.31 | 61.83 | 0.86 | 0.37 |
| Hex | AC | B1 | D | 3 | 0 | 5D | 1F | 3E | 56 | 25 |
| Octal | 254 | 261 | 15 | 3 | 0 | 135 | 37 | 76 | 126 | 45 |
| Binary | 10101100 | 10110001 | 1101 | 11 | 0 | 1011101 | 11111 | 111110 | 1010110 | 100101 |
Color Harmonies of #ACB10D
Complementary color
Monochromatic Colors of #ACB10D
Black with #ACB10D
Text Example
Text Example
White with #ACB10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB10D; }
p { color: rgb(172,177,13); }
H1.HeaderClassName
{
color: #ACB10D;
}
.AnyTagClassName
{
color: #ACB10D;
}
</style>
background-color css
<style>
a { background-color: #ACB10D; }
a { background-color: rgb(172,177,13); }
div.DivClassName
{
background-color: #ACB10D;
}
.BgClassName
{
background-color: #ACB10D;
}
</style>
border-color css
<style>
span { border-color: #ACB10D; }
span { border-color: rgb(172,177,13); }
td.TdClassName
{
border-color: #ACB10D;
}
.TagClassName
{
border-color: #ACB10D;
}
</style>