Shades of Citrus #ACB007
Tints of Citrus #ACB007
RGB
CMYK
RGB Variations
Color information
#ACB007 (or 0xACB007) is known color: Citrus. HEX triplet: AC, B0 and 07. RGB value is (172,176,7). Sum of RGB (Red+Green+Blue) = 172+176+7=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 176 (69.14% from 255 or 49.58% from 355); Blue value is 7 (3.12% from 255 or 1.97% from 355); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB007 is #534FF8. Grayscale: #9C9C9C. Windows color (decimal): -5459961 or 503980. OLE color: 503980.
HSL color Cylindrical-coordinate representation of color #ACB007: hue angle of 61.42º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACB007 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 7 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.31 |
| HSL | 61.42º | 0.92% | 0.36% | - |
| HSV(B) | 61.42º | 0.96% | 0.69% | - |
| XYZ | 32.58 | 39.84 | 6.17 | - |
| YUV | 155.54 | 44.17 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 7 | 0.02 | 0 | 0.96 | 0.31 | 61.42 | 0.92 | 0.36 |
| Hex | AC | B0 | 7 | 2 | 0 | 60 | 1F | 3D | 5C | 24 |
| Octal | 254 | 260 | 7 | 2 | 0 | 140 | 37 | 75 | 134 | 44 |
| Binary | 10101100 | 10110000 | 111 | 10 | 0 | 1100000 | 11111 | 111101 | 1011100 | 100100 |
Color Harmonies of #ACB007
Complementary color
Monochromatic Colors of #ACB007
Black with #ACB007
Text Example
Text Example
White with #ACB007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB007; }
p { color: rgb(172,176,7); }
H1.HeaderClassName
{
color: #ACB007;
}
.AnyTagClassName
{
color: #ACB007;
}
</style>
background-color css
<style>
a { background-color: #ACB007; }
a { background-color: rgb(172,176,7); }
div.DivClassName
{
background-color: #ACB007;
}
.BgClassName
{
background-color: #ACB007;
}
</style>
border-color css
<style>
span { border-color: #ACB007; }
span { border-color: rgb(172,176,7); }
td.TdClassName
{
border-color: #ACB007;
}
.TagClassName
{
border-color: #ACB007;
}
</style>