Shades of Citrus #ACB80F
Tints of Citrus #ACB80F
RGB
CMYK
RGB Variations
Color information
#ACB80F (or 0xACB80F) is known color: Citrus. HEX triplet: AC, B8 and 0F. RGB value is (172,184,15). Sum of RGB (Red+Green+Blue) = 172+184+15=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 184 (72.27% from 255 or 49.60% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB80F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB80F is #5347F0. Grayscale: #A1A1A1. Windows color (decimal): -5457905 or 1030316. OLE color: 1030316.
HSL color Cylindrical-coordinate representation of color #ACB80F: hue angle of 64.26º 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 #ACB80F is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 184 | 15 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.28 |
| HSL | 64.26º | 0.85% | 0.39% | - |
| HSV(B) | 64.26º | 0.92% | 0.72% | - |
| XYZ | 34.24 | 43.09 | 6.96 | - |
| YUV | 161.15 | 45.52 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 184 | 15 | 0.07 | 0 | 0.92 | 0.28 | 64.26 | 0.85 | 0.39 |
| Hex | AC | B8 | F | 7 | 0 | 5C | 1C | 40 | 55 | 27 |
| Octal | 254 | 270 | 17 | 7 | 0 | 134 | 34 | 100 | 125 | 47 |
| Binary | 10101100 | 10111000 | 1111 | 111 | 0 | 1011100 | 11100 | 1000000 | 1010101 | 100111 |
Color Harmonies of #ACB80F
Complementary color
Monochromatic Colors of #ACB80F
Black with #ACB80F
Text Example
Text Example
White with #ACB80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB80F; }
p { color: rgb(172,184,15); }
H1.HeaderClassName
{
color: #ACB80F;
}
.AnyTagClassName
{
color: #ACB80F;
}
</style>
background-color css
<style>
a { background-color: #ACB80F; }
a { background-color: rgb(172,184,15); }
div.DivClassName
{
background-color: #ACB80F;
}
.BgClassName
{
background-color: #ACB80F;
}
</style>
border-color css
<style>
span { border-color: #ACB80F; }
span { border-color: rgb(172,184,15); }
td.TdClassName
{
border-color: #ACB80F;
}
.TagClassName
{
border-color: #ACB80F;
}
</style>