Shades of Citrus #ACB80D
Tints of Citrus #ACB80D
RGB
CMYK
RGB Variations
Color information
#ACB80D (or 0xACB80D) is known color: Citrus. HEX triplet: AC, B8 and 0D. RGB value is (172,184,13). Sum of RGB (Red+Green+Blue) = 172+184+13=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 184 (72.27% from 255 or 49.86% from 369); Blue value is 13 (5.47% from 255 or 3.52% from 369); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB80D is #5347F2. Grayscale: #A1A1A1. Windows color (decimal): -5457907 or 899244. OLE color: 899244.
HSL color Cylindrical-coordinate representation of color #ACB80D: hue angle of 64.21º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACB80D is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 13 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.28 |
| HSL | 64.21º | 0.87% | 0.39% | - |
| HSV(B) | 64.21º | 0.93% | 0.72% | - |
| XYZ | 34.23 | 43.08 | 6.89 | - |
| YUV | 160.92 | 44.52 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 13 | 0.07 | 0 | 0.93 | 0.28 | 64.21 | 0.87 | 0.39 |
| Hex | AC | B8 | D | 7 | 0 | 5D | 1C | 40 | 57 | 27 |
| Octal | 254 | 270 | 15 | 7 | 0 | 135 | 34 | 100 | 127 | 47 |
| Binary | 10101100 | 10111000 | 1101 | 111 | 0 | 1011101 | 11100 | 1000000 | 1010111 | 100111 |
Color Harmonies of #ACB80D
Complementary color
Monochromatic Colors of #ACB80D
Black with #ACB80D
Text Example
Text Example
White with #ACB80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB80D; }
p { color: rgb(172,184,13); }
H1.HeaderClassName
{
color: #ACB80D;
}
.AnyTagClassName
{
color: #ACB80D;
}
</style>
background-color css
<style>
a { background-color: #ACB80D; }
a { background-color: rgb(172,184,13); }
div.DivClassName
{
background-color: #ACB80D;
}
.BgClassName
{
background-color: #ACB80D;
}
</style>
border-color css
<style>
span { border-color: #ACB80D; }
span { border-color: rgb(172,184,13); }
td.TdClassName
{
border-color: #ACB80D;
}
.TagClassName
{
border-color: #ACB80D;
}
</style>