Shades of Citrus #ACB90D
Tints of Citrus #ACB90D
RGB
CMYK
RGB Variations
Color information
#ACB90D (or 0xACB90D) is known color: Citrus. HEX triplet: AC, B9 and 0D. RGB value is (172,185,13). Sum of RGB (Red+Green+Blue) = 172+185+13=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 185 (72.66% from 255 or 50% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB90D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB90D is #5346F2. Grayscale: #A2A2A2. Windows color (decimal): -5457651 or 899500. OLE color: 899500.
HSL color Cylindrical-coordinate representation of color #ACB90D: hue angle of 64.53º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACB90D is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 185 | 13 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.27 |
| HSL | 64.53º | 0.87% | 0.39% | - |
| HSV(B) | 64.53º | 0.93% | 0.73% | - |
| XYZ | 34.43 | 43.5 | 6.96 | - |
| YUV | 161.51 | 44.19 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 185 | 13 | 0.07 | 0 | 0.93 | 0.27 | 64.53 | 0.87 | 0.39 |
| Hex | AC | B9 | D | 7 | 0 | 5D | 1B | 41 | 57 | 27 |
| Octal | 254 | 271 | 15 | 7 | 0 | 135 | 33 | 101 | 127 | 47 |
| Binary | 10101100 | 10111001 | 1101 | 111 | 0 | 1011101 | 11011 | 1000001 | 1010111 | 100111 |
Color Harmonies of #ACB90D
Complementary color
Monochromatic Colors of #ACB90D
Black with #ACB90D
Text Example
Text Example
White with #ACB90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACB90D; }
p { color: rgb(172,185,13); }
H1.HeaderClassName
{
color: #ACB90D;
}
.AnyTagClassName
{
color: #ACB90D;
}
</style>
background-color css
<style>
a { background-color: #ACB90D; }
a { background-color: rgb(172,185,13); }
div.DivClassName
{
background-color: #ACB90D;
}
.BgClassName
{
background-color: #ACB90D;
}
</style>
border-color css
<style>
span { border-color: #ACB90D; }
span { border-color: rgb(172,185,13); }
td.TdClassName
{
border-color: #ACB90D;
}
.TagClassName
{
border-color: #ACB90D;
}
</style>