Shades of Bahia #A8CB20
Tints of Bahia #A8CB20
RGB
CMYK
RGB Variations
Color information
#A8CB20 (or 0xA8CB20) is known color: Bahia. HEX triplet: A8, CB and 20. RGB value is (168,203,32). Sum of RGB (Red+Green+Blue) = 168+203+32=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CB20 is #5734DF. Grayscale: #ADADAD. Windows color (decimal): -5715168 or 2149288. OLE color: 2149288.
HSL color Cylindrical-coordinate representation of color #A8CB20: hue angle of 72.28º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8CB20 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 32 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.20 |
| HSL | 72.28º | 0.73% | 0.46% | - |
| HSV(B) | 72.28º | 0.84% | 0.8% | - |
| XYZ | 37.77 | 51.14 | 9.25 | - |
| YUV | 173.04 | 48.4 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 32 | 0.17 | 0 | 0.84 | 0.20 | 72.28 | 0.73 | 0.46 |
| Hex | A8 | CB | 20 | 11 | 0 | 54 | 14 | 48 | 49 | 2E |
| Octal | 250 | 313 | 40 | 21 | 0 | 124 | 24 | 110 | 111 | 56 |
| Binary | 10101000 | 11001011 | 100000 | 10001 | 0 | 1010100 | 10100 | 1001000 | 1001001 | 101110 |
Color Harmonies of #A8CB20
Complementary color
Monochromatic Colors of #A8CB20
Black with #A8CB20
Text Example
Text Example
White with #A8CB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB20; }
p { color: rgb(168,203,32); }
H1.HeaderClassName
{
color: #A8CB20;
}
.AnyTagClassName
{
color: #A8CB20;
}
</style>
background-color css
<style>
a { background-color: #A8CB20; }
a { background-color: rgb(168,203,32); }
div.DivClassName
{
background-color: #A8CB20;
}
.BgClassName
{
background-color: #A8CB20;
}
</style>
border-color css
<style>
span { border-color: #A8CB20; }
span { border-color: rgb(168,203,32); }
td.TdClassName
{
border-color: #A8CB20;
}
.TagClassName
{
border-color: #A8CB20;
}
</style>