Shades of Citrus #ACB70F
Tints of Citrus #ACB70F
RGB
CMYK
RGB Variations
Color information
#ACB70F (or 0xACB70F) is known color: Citrus. HEX triplet: AC, B7 and 0F. RGB value is (172,183,15). Sum of RGB (Red+Green+Blue) = 172+183+15=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 183 (71.88% from 255 or 49.46% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB70F is #5348F0. Grayscale: #A1A1A1. Windows color (decimal): -5458161 or 1030060. OLE color: 1030060.
HSL color Cylindrical-coordinate representation of color #ACB70F: hue angle of 63.93º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACB70F is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 15 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.28 |
| HSL | 63.93º | 0.85% | 0.39% | - |
| HSV(B) | 63.93º | 0.92% | 0.72% | - |
| XYZ | 34.03 | 42.67 | 6.89 | - |
| YUV | 160.56 | 45.86 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 15 | 0.06 | 0 | 0.92 | 0.28 | 63.93 | 0.85 | 0.39 |
| Hex | AC | B7 | F | 6 | 0 | 5C | 1C | 40 | 55 | 27 |
| Octal | 254 | 267 | 17 | 6 | 0 | 134 | 34 | 100 | 125 | 47 |
| Binary | 10101100 | 10110111 | 1111 | 110 | 0 | 1011100 | 11100 | 1000000 | 1010101 | 100111 |
Color Harmonies of #ACB70F
Complementary color
Monochromatic Colors of #ACB70F
Black with #ACB70F
Text Example
Text Example
White with #ACB70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB70F; }
p { color: rgb(172,183,15); }
H1.HeaderClassName
{
color: #ACB70F;
}
.AnyTagClassName
{
color: #ACB70F;
}
</style>
background-color css
<style>
a { background-color: #ACB70F; }
a { background-color: rgb(172,183,15); }
div.DivClassName
{
background-color: #ACB70F;
}
.BgClassName
{
background-color: #ACB70F;
}
</style>
border-color css
<style>
span { border-color: #ACB70F; }
span { border-color: rgb(172,183,15); }
td.TdClassName
{
border-color: #ACB70F;
}
.TagClassName
{
border-color: #ACB70F;
}
</style>