Shades of Citrus #ACB104
Tints of Citrus #ACB104
RGB
CMYK
RGB Variations
Color information
#ACB104 (or 0xACB104) is known color: Citrus. HEX triplet: AC, B1 and 04. RGB value is (172,177,4). Sum of RGB (Red+Green+Blue) = 172+177+4=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 177 (69.53% from 255 or 50.14% from 353); Blue value is 4 (1.95% from 255 or 1.13% from 353); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB104 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB104 is #534EFB. Grayscale: #9C9C9C. Windows color (decimal): -5459708 or 307628. OLE color: 307628.
HSL color Cylindrical-coordinate representation of color #ACB104: hue angle of 61.73º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACB104 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 177 | 4 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.31 |
| HSL | 61.73º | 0.96% | 0.35% | - |
| HSV(B) | 61.73º | 0.98% | 0.69% | - |
| XYZ | 32.76 | 40.22 | 6.15 | - |
| YUV | 155.78 | 42.34 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 177 | 4 | 0.03 | 0 | 0.98 | 0.31 | 61.73 | 0.96 | 0.35 |
| Hex | AC | B1 | 4 | 3 | 0 | 62 | 1F | 3E | 60 | 23 |
| Octal | 254 | 261 | 4 | 3 | 0 | 142 | 37 | 76 | 140 | 43 |
| Binary | 10101100 | 10110001 | 100 | 11 | 0 | 1100010 | 11111 | 111110 | 1100000 | 100011 |
Color Harmonies of #ACB104
Complementary color
Monochromatic Colors of #ACB104
Black with #ACB104
Text Example
Text Example
White with #ACB104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB104; }
p { color: rgb(172,177,4); }
H1.HeaderClassName
{
color: #ACB104;
}
.AnyTagClassName
{
color: #ACB104;
}
</style>
background-color css
<style>
a { background-color: #ACB104; }
a { background-color: rgb(172,177,4); }
div.DivClassName
{
background-color: #ACB104;
}
.BgClassName
{
background-color: #ACB104;
}
</style>
border-color css
<style>
span { border-color: #ACB104; }
span { border-color: rgb(172,177,4); }
td.TdClassName
{
border-color: #ACB104;
}
.TagClassName
{
border-color: #ACB104;
}
</style>