Shades of Citrus #ACBB00
Tints of Citrus #ACBB00
RGB
CMYK
RGB Variations
Color information
#ACBB00 (or 0xACBB00) is known color: Citrus. HEX triplet: AC, BB and 00. RGB value is (172,187,0). Sum of RGB (Red+Green+Blue) = 172+187+0=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #ACBB00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBB00 is #5344FF. Grayscale: #A1A1A1. Windows color (decimal): -5457152 or 48044. OLE color: 48044.
HSL color Cylindrical-coordinate representation of color #ACBB00: hue angle of 64.81º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACBB00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 187 | 0 | - |
| CMYK | 0.08 | 0 | 1 | 0.27 |
| HSL | 64.81º | 1% | 0.37% | - |
| HSV(B) | 64.81º | 1% | 0.73% | - |
| XYZ | 34.78 | 44.31 | 6.72 | - |
| YUV | 161.2 | 37.03 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 187 | 0 | 0.08 | 0 | 1 | 0.27 | 64.81 | 1 | 0.37 |
| Hex | AC | BB | 0 | 8 | 0 | 64 | 1B | 41 | 64 | 25 |
| Octal | 254 | 273 | 0 | 10 | 0 | 144 | 33 | 101 | 144 | 45 |
| Binary | 10101100 | 10111011 | 0 | 1000 | 0 | 1100100 | 11011 | 1000001 | 1100100 | 100101 |
Color Harmonies of #ACBB00
Complementary color
Monochromatic Colors of #ACBB00
Black with #ACBB00
Text Example
Text Example
White with #ACBB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBB00; }
p { color: rgb(172,187,0); }
H1.HeaderClassName
{
color: #ACBB00;
}
.AnyTagClassName
{
color: #ACBB00;
}
</style>
background-color css
<style>
a { background-color: #ACBB00; }
a { background-color: rgb(172,187,0); }
div.DivClassName
{
background-color: #ACBB00;
}
.BgClassName
{
background-color: #ACBB00;
}
</style>
border-color css
<style>
span { border-color: #ACBB00; }
span { border-color: rgb(172,187,0); }
td.TdClassName
{
border-color: #ACBB00;
}
.TagClassName
{
border-color: #ACBB00;
}
</style>