Shades of Citrus #A0BB08
Tints of Citrus #A0BB08
RGB
CMYK
RGB Variations
Color information
#A0BB08 (or 0xA0BB08) is known color: Citrus. HEX triplet: A0, BB and 08. RGB value is (160,187,8). Sum of RGB (Red+Green+Blue) = 160+187+8=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 187 (73.44% from 255 or 52.68% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BB08 is #5F44F7. Grayscale: #9F9F9F. Windows color (decimal): -6243576 or 572320. OLE color: 572320.
HSL color Cylindrical-coordinate representation of color #A0BB08: hue angle of 69.05º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0BB08 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 187 | 8 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.27 |
| HSL | 69.05º | 0.92% | 0.38% | - |
| HSV(B) | 69.05º | 0.96% | 0.73% | - |
| XYZ | 32.31 | 43.03 | 6.83 | - |
| YUV | 158.52 | 43.05 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 187 | 8 | 0.14 | 0 | 0.96 | 0.27 | 69.05 | 0.92 | 0.38 |
| Hex | A0 | BB | 8 | E | 0 | 60 | 1B | 45 | 5C | 26 |
| Octal | 240 | 273 | 10 | 16 | 0 | 140 | 33 | 105 | 134 | 46 |
| Binary | 10100000 | 10111011 | 1000 | 1110 | 0 | 1100000 | 11011 | 1000101 | 1011100 | 100110 |
Color Harmonies of #A0BB08
Complementary color
Monochromatic Colors of #A0BB08
Black with #A0BB08
Text Example
Text Example
White with #A0BB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BB08; }
p { color: rgb(160,187,8); }
H1.HeaderClassName
{
color: #A0BB08;
}
.AnyTagClassName
{
color: #A0BB08;
}
</style>
background-color css
<style>
a { background-color: #A0BB08; }
a { background-color: rgb(160,187,8); }
div.DivClassName
{
background-color: #A0BB08;
}
.BgClassName
{
background-color: #A0BB08;
}
</style>
border-color css
<style>
span { border-color: #A0BB08; }
span { border-color: rgb(160,187,8); }
td.TdClassName
{
border-color: #A0BB08;
}
.TagClassName
{
border-color: #A0BB08;
}
</style>