Shades of Bahia #A8CA0B
Tints of Bahia #A8CA0B
RGB
CMYK
RGB Variations
Color information
#A8CA0B (or 0xA8CA0B) is known color: Bahia. HEX triplet: A8, CA and 0B. RGB value is (168,202,11). Sum of RGB (Red+Green+Blue) = 168+202+11=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CA0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CA0B is #5735F4. Grayscale: #AAAAAA. Windows color (decimal): -5715445 or 772776. OLE color: 772776.
HSL color Cylindrical-coordinate representation of color #A8CA0B: hue angle of 70.68º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8CA0B is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 11 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.21 |
| HSL | 70.68º | 0.9% | 0.42% | - |
| HSV(B) | 70.68º | 0.95% | 0.79% | - |
| XYZ | 37.33 | 50.59 | 8.11 | - |
| YUV | 170.06 | 38.24 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 11 | 0.17 | 0 | 0.95 | 0.21 | 70.68 | 0.9 | 0.42 |
| Hex | A8 | CA | B | 11 | 0 | 5F | 15 | 47 | 5A | 2A |
| Octal | 250 | 312 | 13 | 21 | 0 | 137 | 25 | 107 | 132 | 52 |
| Binary | 10101000 | 11001010 | 1011 | 10001 | 0 | 1011111 | 10101 | 1000111 | 1011010 | 101010 |
Color Harmonies of #A8CA0B
Complementary color
Monochromatic Colors of #A8CA0B
Black with #A8CA0B
Text Example
Text Example
White with #A8CA0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CA0B; }
p { color: rgb(168,202,11); }
H1.HeaderClassName
{
color: #A8CA0B;
}
.AnyTagClassName
{
color: #A8CA0B;
}
</style>
background-color css
<style>
a { background-color: #A8CA0B; }
a { background-color: rgb(168,202,11); }
div.DivClassName
{
background-color: #A8CA0B;
}
.BgClassName
{
background-color: #A8CA0B;
}
</style>
border-color css
<style>
span { border-color: #A8CA0B; }
span { border-color: rgb(168,202,11); }
td.TdClassName
{
border-color: #A8CA0B;
}
.TagClassName
{
border-color: #A8CA0B;
}
</style>