Shades of Citrus #ACB30F
Tints of Citrus #ACB30F
RGB
CMYK
RGB Variations
Color information
#ACB30F (or 0xACB30F) is known color: Citrus. HEX triplet: AC, B3 and 0F. RGB value is (172,179,15). Sum of RGB (Red+Green+Blue) = 172+179+15=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 179 (70.31% from 255 or 48.91% from 366); Blue value is 15 (6.25% from 255 or 4.10% from 366); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB30F is #534CF0. Grayscale: #9E9E9E. Windows color (decimal): -5459185 or 1029036. OLE color: 1029036.
HSL color Cylindrical-coordinate representation of color #ACB30F: hue angle of 62.56º 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 #ACB30F is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 15 | - |
| CMYK | 0.04 | 0 | 0.92 | 0.30 |
| HSL | 62.56º | 0.85% | 0.38% | - |
| HSV(B) | 62.56º | 0.92% | 0.7% | - |
| XYZ | 33.22 | 41.05 | 6.62 | - |
| YUV | 158.21 | 47.18 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 15 | 0.04 | 0 | 0.92 | 0.30 | 62.56 | 0.85 | 0.38 |
| Hex | AC | B3 | F | 4 | 0 | 5C | 1E | 3F | 55 | 26 |
| Octal | 254 | 263 | 17 | 4 | 0 | 134 | 36 | 77 | 125 | 46 |
| Binary | 10101100 | 10110011 | 1111 | 100 | 0 | 1011100 | 11110 | 111111 | 1010101 | 100110 |
Color Harmonies of #ACB30F
Complementary color
Monochromatic Colors of #ACB30F
Black with #ACB30F
Text Example
Text Example
White with #ACB30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB30F; }
p { color: rgb(172,179,15); }
H1.HeaderClassName
{
color: #ACB30F;
}
.AnyTagClassName
{
color: #ACB30F;
}
</style>
background-color css
<style>
a { background-color: #ACB30F; }
a { background-color: rgb(172,179,15); }
div.DivClassName
{
background-color: #ACB30F;
}
.BgClassName
{
background-color: #ACB30F;
}
</style>
border-color css
<style>
span { border-color: #ACB30F; }
span { border-color: rgb(172,179,15); }
td.TdClassName
{
border-color: #ACB30F;
}
.TagClassName
{
border-color: #ACB30F;
}
</style>