Shades of Citrus #ACB30E
Tints of Citrus #ACB30E
RGB
CMYK
RGB Variations
Color information
#ACB30E (or 0xACB30E) is known color: Citrus. HEX triplet: AC, B3 and 0E. RGB value is (172,179,14). Sum of RGB (Red+Green+Blue) = 172+179+14=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 179 (70.31% from 255 or 49.04% from 365); Blue value is 14 (5.86% from 255 or 3.84% from 365); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB30E is #534CF1. Grayscale: #9E9E9E. Windows color (decimal): -5459186 or 963500. OLE color: 963500.
HSL color Cylindrical-coordinate representation of color #ACB30E: hue angle of 62.55º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACB30E is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 14 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.30 |
| HSL | 62.55º | 0.85% | 0.38% | - |
| HSV(B) | 62.55º | 0.92% | 0.7% | - |
| XYZ | 33.21 | 41.04 | 6.59 | - |
| YUV | 158.1 | 46.68 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 14 | 0.04 | 0 | 0.92 | 0.30 | 62.55 | 0.85 | 0.38 |
| Hex | AC | B3 | E | 4 | 0 | 5C | 1E | 3F | 55 | 26 |
| Octal | 254 | 263 | 16 | 4 | 0 | 134 | 36 | 77 | 125 | 46 |
| Binary | 10101100 | 10110011 | 1110 | 100 | 0 | 1011100 | 11110 | 111111 | 1010101 | 100110 |
Color Harmonies of #ACB30E
Complementary color
Monochromatic Colors of #ACB30E
Black with #ACB30E
Text Example
Text Example
White with #ACB30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB30E; }
p { color: rgb(172,179,14); }
H1.HeaderClassName
{
color: #ACB30E;
}
.AnyTagClassName
{
color: #ACB30E;
}
</style>
background-color css
<style>
a { background-color: #ACB30E; }
a { background-color: rgb(172,179,14); }
div.DivClassName
{
background-color: #ACB30E;
}
.BgClassName
{
background-color: #ACB30E;
}
</style>
border-color css
<style>
span { border-color: #ACB30E; }
span { border-color: rgb(172,179,14); }
td.TdClassName
{
border-color: #ACB30E;
}
.TagClassName
{
border-color: #ACB30E;
}
</style>