Shades of Citrus #ACB106
Tints of Citrus #ACB106
RGB
CMYK
RGB Variations
Color information
#ACB106 (or 0xACB106) is known color: Citrus. HEX triplet: AC, B1 and 06. RGB value is (172,177,6). Sum of RGB (Red+Green+Blue) = 172+177+6=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB106 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB106 is #534EF9. Grayscale: #9C9C9C. Windows color (decimal): -5459706 or 438700. OLE color: 438700.
HSL color Cylindrical-coordinate representation of color #ACB106: hue angle of 61.75º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACB106 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 6 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.31 |
| HSL | 61.75º | 0.93% | 0.36% | - |
| HSV(B) | 61.75º | 0.97% | 0.69% | - |
| XYZ | 32.77 | 40.23 | 6.21 | - |
| YUV | 156.01 | 43.34 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 6 | 0.03 | 0 | 0.97 | 0.31 | 61.75 | 0.93 | 0.36 |
| Hex | AC | B1 | 6 | 3 | 0 | 61 | 1F | 3E | 5D | 24 |
| Octal | 254 | 261 | 6 | 3 | 0 | 141 | 37 | 76 | 135 | 44 |
| Binary | 10101100 | 10110001 | 110 | 11 | 0 | 1100001 | 11111 | 111110 | 1011101 | 100100 |
Color Harmonies of #ACB106
Complementary color
Monochromatic Colors of #ACB106
Black with #ACB106
Text Example
Text Example
White with #ACB106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB106; }
p { color: rgb(172,177,6); }
H1.HeaderClassName
{
color: #ACB106;
}
.AnyTagClassName
{
color: #ACB106;
}
</style>
background-color css
<style>
a { background-color: #ACB106; }
a { background-color: rgb(172,177,6); }
div.DivClassName
{
background-color: #ACB106;
}
.BgClassName
{
background-color: #ACB106;
}
</style>
border-color css
<style>
span { border-color: #ACB106; }
span { border-color: rgb(172,177,6); }
td.TdClassName
{
border-color: #ACB106;
}
.TagClassName
{
border-color: #ACB106;
}
</style>