Shades of Citrus #ACB70E
Tints of Citrus #ACB70E
RGB
CMYK
RGB Variations
Color information
#ACB70E (or 0xACB70E) is known color: Citrus. HEX triplet: AC, B7 and 0E. RGB value is (172,183,14). Sum of RGB (Red+Green+Blue) = 172+183+14=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB70E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB70E is #5348F1. Grayscale: #A1A1A1. Windows color (decimal): -5458162 or 964524. OLE color: 964524.
HSL color Cylindrical-coordinate representation of color #ACB70E: hue angle of 63.91º degrees, saturation: 0.86, 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 #ACB70E is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 14 | - |
| CMYK | 0.06 | 0 | 0.92 | 0.28 |
| HSL | 63.91º | 0.86% | 0.39% | - |
| HSV(B) | 63.91º | 0.92% | 0.72% | - |
| XYZ | 34.03 | 42.67 | 6.86 | - |
| YUV | 160.45 | 45.36 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 14 | 0.06 | 0 | 0.92 | 0.28 | 63.91 | 0.86 | 0.39 |
| Hex | AC | B7 | E | 6 | 0 | 5C | 1C | 40 | 56 | 27 |
| Octal | 254 | 267 | 16 | 6 | 0 | 134 | 34 | 100 | 126 | 47 |
| Binary | 10101100 | 10110111 | 1110 | 110 | 0 | 1011100 | 11100 | 1000000 | 1010110 | 100111 |
Color Harmonies of #ACB70E
Complementary color
Monochromatic Colors of #ACB70E
Black with #ACB70E
Text Example
Text Example
White with #ACB70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB70E; }
p { color: rgb(172,183,14); }
H1.HeaderClassName
{
color: #ACB70E;
}
.AnyTagClassName
{
color: #ACB70E;
}
</style>
background-color css
<style>
a { background-color: #ACB70E; }
a { background-color: rgb(172,183,14); }
div.DivClassName
{
background-color: #ACB70E;
}
.BgClassName
{
background-color: #ACB70E;
}
</style>
border-color css
<style>
span { border-color: #ACB70E; }
span { border-color: rgb(172,183,14); }
td.TdClassName
{
border-color: #ACB70E;
}
.TagClassName
{
border-color: #ACB70E;
}
</style>