Shades of Bahia #A0CB19
Tints of Bahia #A0CB19
RGB
CMYK
RGB Variations
Color information
#A0CB19 (or 0xA0CB19) is known color: Bahia. HEX triplet: A0, CB and 19. RGB value is (160,203,25). Sum of RGB (Red+Green+Blue) = 160+203+25=388 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.24% from 388); Green value is 203 (79.69% from 255 or 52.32% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 203 - color contains mainly: green. Hex color #A0CB19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CB19 is #5F34E6. Grayscale: #AAAAAA. Windows color (decimal): -6239463 or 1690528. OLE color: 1690528.
HSL color Cylindrical-coordinate representation of color #A0CB19: hue angle of 74.49º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0CB19 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 203 | 25 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.20 |
| HSL | 74.49º | 0.78% | 0.45% | - |
| HSV(B) | 74.49º | 0.88% | 0.8% | - |
| XYZ | 36.03 | 50.26 | 8.72 | - |
| YUV | 169.85 | 46.25 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 203 | 25 | 0.21 | 0 | 0.88 | 0.20 | 74.49 | 0.78 | 0.45 |
| Hex | A0 | CB | 19 | 15 | 0 | 58 | 14 | 4A | 4E | 2D |
| Octal | 240 | 313 | 31 | 25 | 0 | 130 | 24 | 112 | 116 | 55 |
| Binary | 10100000 | 11001011 | 11001 | 10101 | 0 | 1011000 | 10100 | 1001010 | 1001110 | 101101 |
Color Harmonies of #A0CB19
Complementary color
Monochromatic Colors of #A0CB19
Black with #A0CB19
Text Example
Text Example
White with #A0CB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CB19; }
p { color: rgb(160,203,25); }
H1.HeaderClassName
{
color: #A0CB19;
}
.AnyTagClassName
{
color: #A0CB19;
}
</style>
background-color css
<style>
a { background-color: #A0CB19; }
a { background-color: rgb(160,203,25); }
div.DivClassName
{
background-color: #A0CB19;
}
.BgClassName
{
background-color: #A0CB19;
}
</style>
border-color css
<style>
span { border-color: #A0CB19; }
span { border-color: rgb(160,203,25); }
td.TdClassName
{
border-color: #A0CB19;
}
.TagClassName
{
border-color: #A0CB19;
}
</style>