Shades of Citrus #ACB401
Tints of Citrus #ACB401
RGB
CMYK
RGB Variations
Color information
#ACB401 (or 0xACB401) is known color: Citrus. HEX triplet: AC, B4 and 01. RGB value is (172,180,1). Sum of RGB (Red+Green+Blue) = 172+180+1=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 180 (70.70% from 255 or 50.99% from 353); Blue value is 1 (0.78% from 255 or 0.28% from 353); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB401 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB401 is #534BFE. Grayscale: #9D9D9D. Windows color (decimal): -5458943 or 111788. OLE color: 111788.
HSL color Cylindrical-coordinate representation of color #ACB401: hue angle of 62.68º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACB401 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 172 | 180 | 1 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.29 |
| HSL | 62.68º | 0.99% | 0.35% | - |
| HSV(B) | 62.68º | 0.99% | 0.71% | - |
| XYZ | 33.34 | 41.42 | 6.27 | - |
| YUV | 157.2 | 39.85 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 180 | 1 | 0.04 | 0 | 0.99 | 0.29 | 62.68 | 0.99 | 0.35 |
| Hex | AC | B4 | 1 | 4 | 0 | 63 | 1D | 3F | 63 | 23 |
| Octal | 254 | 264 | 1 | 4 | 0 | 143 | 35 | 77 | 143 | 43 |
| Binary | 10101100 | 10110100 | 1 | 100 | 0 | 1100011 | 11101 | 111111 | 1100011 | 100011 |
Color Harmonies of #ACB401
Complementary color
Monochromatic Colors of #ACB401
Black with #ACB401
Text Example
Text Example
White with #ACB401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB401; }
p { color: rgb(172,180,1); }
H1.HeaderClassName
{
color: #ACB401;
}
.AnyTagClassName
{
color: #ACB401;
}
</style>
background-color css
<style>
a { background-color: #ACB401; }
a { background-color: rgb(172,180,1); }
div.DivClassName
{
background-color: #ACB401;
}
.BgClassName
{
background-color: #ACB401;
}
</style>
border-color css
<style>
span { border-color: #ACB401; }
span { border-color: rgb(172,180,1); }
td.TdClassName
{
border-color: #ACB401;
}
.TagClassName
{
border-color: #ACB401;
}
</style>