Shades of Citrus #ACB607
Tints of Citrus #ACB607
RGB
CMYK
RGB Variations
Color information
#ACB607 (or 0xACB607) is known color: Citrus. HEX triplet: AC, B6 and 07. RGB value is (172,182,7). Sum of RGB (Red+Green+Blue) = 172+182+7=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB607 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB607 is #5349F8. Grayscale: #9F9F9F. Windows color (decimal): -5458425 or 505516. OLE color: 505516.
HSL color Cylindrical-coordinate representation of color #ACB607: hue angle of 63.43º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACB607 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 182 | 7 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.29 |
| HSL | 63.43º | 0.93% | 0.37% | - |
| HSV(B) | 63.43º | 0.96% | 0.71% | - |
| XYZ | 33.78 | 42.24 | 6.57 | - |
| YUV | 159.06 | 42.19 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 182 | 7 | 0.05 | 0 | 0.96 | 0.29 | 63.43 | 0.93 | 0.37 |
| Hex | AC | B6 | 7 | 5 | 0 | 60 | 1D | 3F | 5D | 25 |
| Octal | 254 | 266 | 7 | 5 | 0 | 140 | 35 | 77 | 135 | 45 |
| Binary | 10101100 | 10110110 | 111 | 101 | 0 | 1100000 | 11101 | 111111 | 1011101 | 100101 |
Color Harmonies of #ACB607
Complementary color
Monochromatic Colors of #ACB607
Black with #ACB607
Text Example
Text Example
White with #ACB607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB607; }
p { color: rgb(172,182,7); }
H1.HeaderClassName
{
color: #ACB607;
}
.AnyTagClassName
{
color: #ACB607;
}
</style>
background-color css
<style>
a { background-color: #ACB607; }
a { background-color: rgb(172,182,7); }
div.DivClassName
{
background-color: #ACB607;
}
.BgClassName
{
background-color: #ACB607;
}
</style>
border-color css
<style>
span { border-color: #ACB607; }
span { border-color: rgb(172,182,7); }
td.TdClassName
{
border-color: #ACB607;
}
.TagClassName
{
border-color: #ACB607;
}
</style>