Shades of Bahia #A0CB11
Tints of Bahia #A0CB11
RGB
CMYK
RGB Variations
Color information
#A0CB11 (or 0xA0CB11) is known color: Bahia. HEX triplet: A0, CB and 11. RGB value is (160,203,17). Sum of RGB (Red+Green+Blue) = 160+203+17=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 203 (79.69% from 255 or 53.42% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CB11 is #5F34EE. Grayscale: #A9A9A9. Windows color (decimal): -6239471 or 1166240. OLE color: 1166240.
HSL color Cylindrical-coordinate representation of color #A0CB11: hue angle of 73.87º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A0CB11 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 17 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.20 |
| HSL | 73.87º | 0.85% | 0.43% | - |
| HSV(B) | 73.87º | 0.92% | 0.8% | - |
| XYZ | 35.95 | 50.23 | 8.33 | - |
| YUV | 168.94 | 42.25 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 17 | 0.21 | 0 | 0.92 | 0.20 | 73.87 | 0.85 | 0.43 |
| Hex | A0 | CB | 11 | 15 | 0 | 5C | 14 | 4A | 55 | 2B |
| Octal | 240 | 313 | 21 | 25 | 0 | 134 | 24 | 112 | 125 | 53 |
| Binary | 10100000 | 11001011 | 10001 | 10101 | 0 | 1011100 | 10100 | 1001010 | 1010101 | 101011 |
Color Harmonies of #A0CB11
Complementary color
Monochromatic Colors of #A0CB11
Black with #A0CB11
Text Example
Text Example
White with #A0CB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CB11; }
p { color: rgb(160,203,17); }
H1.HeaderClassName
{
color: #A0CB11;
}
.AnyTagClassName
{
color: #A0CB11;
}
</style>
background-color css
<style>
a { background-color: #A0CB11; }
a { background-color: rgb(160,203,17); }
div.DivClassName
{
background-color: #A0CB11;
}
.BgClassName
{
background-color: #A0CB11;
}
</style>
border-color css
<style>
span { border-color: #A0CB11; }
span { border-color: rgb(160,203,17); }
td.TdClassName
{
border-color: #A0CB11;
}
.TagClassName
{
border-color: #A0CB11;
}
</style>