Shades of Citrus #ACB701
Tints of Citrus #ACB701
RGB
CMYK
RGB Variations
Color information
#ACB701 (or 0xACB701) is known color: Citrus. HEX triplet: AC, B7 and 01. RGB value is (172,183,1). Sum of RGB (Red+Green+Blue) = 172+183+1=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 183 (71.88% from 255 or 51.40% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB701 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB701 is #5348FE. Grayscale: #9F9F9F. Windows color (decimal): -5458175 or 112556. OLE color: 112556.
HSL color Cylindrical-coordinate representation of color #ACB701: hue angle of 63.63º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACB701 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 1 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.28 |
| HSL | 63.63º | 0.99% | 0.36% | - |
| HSV(B) | 63.63º | 0.99% | 0.72% | - |
| XYZ | 33.95 | 42.64 | 6.47 | - |
| YUV | 158.96 | 38.86 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 1 | 0.06 | 0 | 0.99 | 0.28 | 63.63 | 0.99 | 0.36 |
| Hex | AC | B7 | 1 | 6 | 0 | 63 | 1C | 40 | 63 | 24 |
| Octal | 254 | 267 | 1 | 6 | 0 | 143 | 34 | 100 | 143 | 44 |
| Binary | 10101100 | 10110111 | 1 | 110 | 0 | 1100011 | 11100 | 1000000 | 1100011 | 100100 |
Color Harmonies of #ACB701
Complementary color
Monochromatic Colors of #ACB701
Black with #ACB701
Text Example
Text Example
White with #ACB701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB701; }
p { color: rgb(172,183,1); }
H1.HeaderClassName
{
color: #ACB701;
}
.AnyTagClassName
{
color: #ACB701;
}
</style>
background-color css
<style>
a { background-color: #ACB701; }
a { background-color: rgb(172,183,1); }
div.DivClassName
{
background-color: #ACB701;
}
.BgClassName
{
background-color: #ACB701;
}
</style>
border-color css
<style>
span { border-color: #ACB701; }
span { border-color: rgb(172,183,1); }
td.TdClassName
{
border-color: #ACB701;
}
.TagClassName
{
border-color: #ACB701;
}
</style>