Shades of Citrus #A0BC0B
Tints of Citrus #A0BC0B
RGB
CMYK
RGB Variations
Color information
#A0BC0B (or 0xA0BC0B) is known color: Citrus. HEX triplet: A0, BC and 0B. RGB value is (160,188,11). Sum of RGB (Red+Green+Blue) = 160+188+11=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BC0B is #5F43F4. Grayscale: #A0A0A0. Windows color (decimal): -6243317 or 769184. OLE color: 769184.
HSL color Cylindrical-coordinate representation of color #A0BC0B: hue angle of 69.49º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A0BC0B is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 188 | 11 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.26 |
| HSL | 69.49º | 0.89% | 0.39% | - |
| HSV(B) | 69.49º | 0.94% | 0.74% | - |
| XYZ | 32.54 | 43.46 | 6.99 | - |
| YUV | 159.45 | 44.22 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 188 | 11 | 0.15 | 0 | 0.94 | 0.26 | 69.49 | 0.89 | 0.39 |
| Hex | A0 | BC | B | F | 0 | 5E | 1A | 45 | 59 | 27 |
| Octal | 240 | 274 | 13 | 17 | 0 | 136 | 32 | 105 | 131 | 47 |
| Binary | 10100000 | 10111100 | 1011 | 1111 | 0 | 1011110 | 11010 | 1000101 | 1011001 | 100111 |
Color Harmonies of #A0BC0B
Complementary color
Monochromatic Colors of #A0BC0B
Black with #A0BC0B
Text Example
Text Example
White with #A0BC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BC0B; }
p { color: rgb(160,188,11); }
H1.HeaderClassName
{
color: #A0BC0B;
}
.AnyTagClassName
{
color: #A0BC0B;
}
</style>
background-color css
<style>
a { background-color: #A0BC0B; }
a { background-color: rgb(160,188,11); }
div.DivClassName
{
background-color: #A0BC0B;
}
.BgClassName
{
background-color: #A0BC0B;
}
</style>
border-color css
<style>
span { border-color: #A0BC0B; }
span { border-color: rgb(160,188,11); }
td.TdClassName
{
border-color: #A0BC0B;
}
.TagClassName
{
border-color: #A0BC0B;
}
</style>