Shades of Citrus #ACB003
Tints of Citrus #ACB003
RGB
CMYK
RGB Variations
Color information
#ACB003 (or 0xACB003) is known color: Citrus. HEX triplet: AC, B0 and 03. RGB value is (172,176,3). Sum of RGB (Red+Green+Blue) = 172+176+3=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 176 (69.14% from 255 or 50.14% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB003 is #534FFC. Grayscale: #9B9B9B. Windows color (decimal): -5459965 or 241836. OLE color: 241836.
HSL color Cylindrical-coordinate representation of color #ACB003: hue angle of 61.39º degrees, saturation: 0.97, 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 #ACB003 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 176 | 3 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.31 |
| HSL | 61.39º | 0.97% | 0.35% | - |
| HSV(B) | 61.39º | 0.98% | 0.69% | - |
| XYZ | 32.56 | 39.83 | 6.06 | - |
| YUV | 155.08 | 42.17 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 176 | 3 | 0.02 | 0 | 0.98 | 0.31 | 61.39 | 0.97 | 0.35 |
| Hex | AC | B0 | 3 | 2 | 0 | 62 | 1F | 3D | 61 | 23 |
| Octal | 254 | 260 | 3 | 2 | 0 | 142 | 37 | 75 | 141 | 43 |
| Binary | 10101100 | 10110000 | 11 | 10 | 0 | 1100010 | 11111 | 111101 | 1100001 | 100011 |
Color Harmonies of #ACB003
Complementary color
Monochromatic Colors of #ACB003
Black with #ACB003
Text Example
Text Example
White with #ACB003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB003; }
p { color: rgb(172,176,3); }
H1.HeaderClassName
{
color: #ACB003;
}
.AnyTagClassName
{
color: #ACB003;
}
</style>
background-color css
<style>
a { background-color: #ACB003; }
a { background-color: rgb(172,176,3); }
div.DivClassName
{
background-color: #ACB003;
}
.BgClassName
{
background-color: #ACB003;
}
</style>
border-color css
<style>
span { border-color: #ACB003; }
span { border-color: rgb(172,176,3); }
td.TdClassName
{
border-color: #ACB003;
}
.TagClassName
{
border-color: #ACB003;
}
</style>