Shades of Citrus #ACB902
Tints of Citrus #ACB902
RGB
CMYK
RGB Variations
Color information
#ACB902 (or 0xACB902) is known color: Citrus. HEX triplet: AC, B9 and 02. RGB value is (172,185,2). Sum of RGB (Red+Green+Blue) = 172+185+2=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB902 is #5346FD. Grayscale: #A0A0A0. Windows color (decimal): -5457662 or 178604. OLE color: 178604.
HSL color Cylindrical-coordinate representation of color #ACB902: hue angle of 64.26º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACB902 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.27 |
| HSL | 64.26º | 0.98% | 0.37% | - |
| HSV(B) | 64.26º | 0.99% | 0.73% | - |
| XYZ | 34.37 | 43.47 | 6.64 | - |
| YUV | 160.25 | 38.69 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 2 | 0.07 | 0 | 0.99 | 0.27 | 64.26 | 0.98 | 0.37 |
| Hex | AC | B9 | 2 | 7 | 0 | 63 | 1B | 40 | 62 | 25 |
| Octal | 254 | 271 | 2 | 7 | 0 | 143 | 33 | 100 | 142 | 45 |
| Binary | 10101100 | 10111001 | 10 | 111 | 0 | 1100011 | 11011 | 1000000 | 1100010 | 100101 |
Color Harmonies of #ACB902
Complementary color
Monochromatic Colors of #ACB902
Black with #ACB902
Text Example
Text Example
White with #ACB902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB902; }
p { color: rgb(172,185,2); }
H1.HeaderClassName
{
color: #ACB902;
}
.AnyTagClassName
{
color: #ACB902;
}
</style>
background-color css
<style>
a { background-color: #ACB902; }
a { background-color: rgb(172,185,2); }
div.DivClassName
{
background-color: #ACB902;
}
.BgClassName
{
background-color: #ACB902;
}
</style>
border-color css
<style>
span { border-color: #ACB902; }
span { border-color: rgb(172,185,2); }
td.TdClassName
{
border-color: #ACB902;
}
.TagClassName
{
border-color: #ACB902;
}
</style>