Shades of Citrus #ACB703
Tints of Citrus #ACB703
RGB
CMYK
RGB Variations
Color information
#ACB703 (or 0xACB703) is known color: Citrus. HEX triplet: AC, B7 and 03. RGB value is (172,183,3). Sum of RGB (Red+Green+Blue) = 172+183+3=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 183 (71.88% from 255 or 51.12% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB703 is #5348FC. Grayscale: #9F9F9F. Windows color (decimal): -5458173 or 243628. OLE color: 243628.
HSL color Cylindrical-coordinate representation of color #ACB703: hue angle of 63.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACB703 is Cyan = 0.06, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 172 | 183 | 3 | - |
| CMYK | 0.06 | 0 | 0.98 | 0.28 |
| HSL | 63.67º | 0.97% | 0.36% | - |
| HSV(B) | 63.67º | 0.98% | 0.72% | - |
| XYZ | 33.96 | 42.64 | 6.53 | - |
| YUV | 159.19 | 39.86 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 183 | 3 | 0.06 | 0 | 0.98 | 0.28 | 63.67 | 0.97 | 0.36 |
| Hex | AC | B7 | 3 | 6 | 0 | 62 | 1C | 40 | 61 | 24 |
| Octal | 254 | 267 | 3 | 6 | 0 | 142 | 34 | 100 | 141 | 44 |
| Binary | 10101100 | 10110111 | 11 | 110 | 0 | 1100010 | 11100 | 1000000 | 1100001 | 100100 |
Color Harmonies of #ACB703
Complementary color
Monochromatic Colors of #ACB703
Black with #ACB703
Text Example
Text Example
White with #ACB703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB703; }
p { color: rgb(172,183,3); }
H1.HeaderClassName
{
color: #ACB703;
}
.AnyTagClassName
{
color: #ACB703;
}
</style>
background-color css
<style>
a { background-color: #ACB703; }
a { background-color: rgb(172,183,3); }
div.DivClassName
{
background-color: #ACB703;
}
.BgClassName
{
background-color: #ACB703;
}
</style>
border-color css
<style>
span { border-color: #ACB703; }
span { border-color: rgb(172,183,3); }
td.TdClassName
{
border-color: #ACB703;
}
.TagClassName
{
border-color: #ACB703;
}
</style>