Shades of Citrus #ACB30B
Tints of Citrus #ACB30B
RGB
CMYK
RGB Variations
Color information
#ACB30B (or 0xACB30B) is known color: Citrus. HEX triplet: AC, B3 and 0B. RGB value is (172,179,11). Sum of RGB (Red+Green+Blue) = 172+179+11=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 179 (70.31% from 255 or 49.45% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB30B is #534CF4. Grayscale: #9E9E9E. Windows color (decimal): -5459189 or 766892. OLE color: 766892.
HSL color Cylindrical-coordinate representation of color #ACB30B: hue angle of 62.5º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACB30B is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 179 | 11 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.30 |
| HSL | 62.5º | 0.88% | 0.37% | - |
| HSV(B) | 62.5º | 0.94% | 0.7% | - |
| XYZ | 33.19 | 41.04 | 6.49 | - |
| YUV | 157.76 | 45.18 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 179 | 11 | 0.04 | 0 | 0.94 | 0.30 | 62.5 | 0.88 | 0.37 |
| Hex | AC | B3 | B | 4 | 0 | 5E | 1E | 3F | 58 | 25 |
| Octal | 254 | 263 | 13 | 4 | 0 | 136 | 36 | 77 | 130 | 45 |
| Binary | 10101100 | 10110011 | 1011 | 100 | 0 | 1011110 | 11110 | 111111 | 1011000 | 100101 |
Color Harmonies of #ACB30B
Complementary color
Monochromatic Colors of #ACB30B
Black with #ACB30B
Text Example
Text Example
White with #ACB30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB30B; }
p { color: rgb(172,179,11); }
H1.HeaderClassName
{
color: #ACB30B;
}
.AnyTagClassName
{
color: #ACB30B;
}
</style>
background-color css
<style>
a { background-color: #ACB30B; }
a { background-color: rgb(172,179,11); }
div.DivClassName
{
background-color: #ACB30B;
}
.BgClassName
{
background-color: #ACB30B;
}
</style>
border-color css
<style>
span { border-color: #ACB30B; }
span { border-color: rgb(172,179,11); }
td.TdClassName
{
border-color: #ACB30B;
}
.TagClassName
{
border-color: #ACB30B;
}
</style>