Shades of Citrus #ACB203
Tints of Citrus #ACB203
RGB
CMYK
RGB Variations
Color information
#ACB203 (or 0xACB203) is known color: Citrus. HEX triplet: AC, B2 and 03. RGB value is (172,178,3). Sum of RGB (Red+Green+Blue) = 172+178+3=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 178 (69.92% from 255 or 50.42% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB203 is #534DFC. Grayscale: #9C9C9C. Windows color (decimal): -5459453 or 242348. OLE color: 242348.
HSL color Cylindrical-coordinate representation of color #ACB203: hue angle of 62.06º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACB203 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 172 | 178 | 3 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.30 |
| HSL | 62.06º | 0.97% | 0.35% | - |
| HSV(B) | 62.06º | 0.98% | 0.7% | - |
| XYZ | 32.95 | 40.62 | 6.19 | - |
| YUV | 156.26 | 41.51 | 139.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 178 | 3 | 0.03 | 0 | 0.98 | 0.30 | 62.06 | 0.97 | 0.35 |
| Hex | AC | B2 | 3 | 3 | 0 | 62 | 1E | 3E | 61 | 23 |
| Octal | 254 | 262 | 3 | 3 | 0 | 142 | 36 | 76 | 141 | 43 |
| Binary | 10101100 | 10110010 | 11 | 11 | 0 | 1100010 | 11110 | 111110 | 1100001 | 100011 |
Color Harmonies of #ACB203
Complementary color
Monochromatic Colors of #ACB203
Black with #ACB203
Text Example
Text Example
White with #ACB203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB203; }
p { color: rgb(172,178,3); }
H1.HeaderClassName
{
color: #ACB203;
}
.AnyTagClassName
{
color: #ACB203;
}
</style>
background-color css
<style>
a { background-color: #ACB203; }
a { background-color: rgb(172,178,3); }
div.DivClassName
{
background-color: #ACB203;
}
.BgClassName
{
background-color: #ACB203;
}
</style>
border-color css
<style>
span { border-color: #ACB203; }
span { border-color: rgb(172,178,3); }
td.TdClassName
{
border-color: #ACB203;
}
.TagClassName
{
border-color: #ACB203;
}
</style>