Shades of Bahia #A8CB14
Tints of Bahia #A8CB14
RGB
CMYK
RGB Variations
Color information
#A8CB14 (or 0xA8CB14) is known color: Bahia. HEX triplet: A8, CB and 14. RGB value is (168,203,20). Sum of RGB (Red+Green+Blue) = 168+203+20=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CB14 is #5734EB. Grayscale: #ACACAC. Windows color (decimal): -5715180 or 1362856. OLE color: 1362856.
HSL color Cylindrical-coordinate representation of color #A8CB14: hue angle of 71.48º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8CB14 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 20 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.20 |
| HSL | 71.48º | 0.82% | 0.44% | - |
| HSV(B) | 71.48º | 0.9% | 0.8% | - |
| XYZ | 37.63 | 51.09 | 8.54 | - |
| YUV | 171.67 | 42.4 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 20 | 0.17 | 0 | 0.90 | 0.20 | 71.48 | 0.82 | 0.44 |
| Hex | A8 | CB | 14 | 11 | 0 | 5A | 14 | 47 | 52 | 2C |
| Octal | 250 | 313 | 24 | 21 | 0 | 132 | 24 | 107 | 122 | 54 |
| Binary | 10101000 | 11001011 | 10100 | 10001 | 0 | 1011010 | 10100 | 1000111 | 1010010 | 101100 |
Color Harmonies of #A8CB14
Complementary color
Monochromatic Colors of #A8CB14
Black with #A8CB14
Text Example
Text Example
White with #A8CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB14; }
p { color: rgb(168,203,20); }
H1.HeaderClassName
{
color: #A8CB14;
}
.AnyTagClassName
{
color: #A8CB14;
}
</style>
background-color css
<style>
a { background-color: #A8CB14; }
a { background-color: rgb(168,203,20); }
div.DivClassName
{
background-color: #A8CB14;
}
.BgClassName
{
background-color: #A8CB14;
}
</style>
border-color css
<style>
span { border-color: #A8CB14; }
span { border-color: rgb(168,203,20); }
td.TdClassName
{
border-color: #A8CB14;
}
.TagClassName
{
border-color: #A8CB14;
}
</style>