Shades of Bahia #A8CD0B
Tints of Bahia #A8CD0B
RGB
CMYK
RGB Variations
Color information
#A8CD0B (or 0xA8CD0B) is known color: Bahia. HEX triplet: A8, CD and 0B. RGB value is (168,205,11). Sum of RGB (Red+Green+Blue) = 168+205+11=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 205 (80.47% from 255 or 53.39% from 384); Blue value is 11 (4.69% from 255 or 2.86% from 384); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CD0B is #5732F4. Grayscale: #ACACAC. Windows color (decimal): -5714677 or 773544. OLE color: 773544.
HSL color Cylindrical-coordinate representation of color #A8CD0B: hue angle of 71.44º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A8CD0B is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 11 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.20 |
| HSL | 71.44º | 0.9% | 0.42% | - |
| HSV(B) | 71.44º | 0.95% | 0.8% | - |
| XYZ | 38.04 | 52.01 | 8.35 | - |
| YUV | 171.82 | 37.24 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 11 | 0.18 | 0 | 0.95 | 0.20 | 71.44 | 0.9 | 0.42 |
| Hex | A8 | CD | B | 12 | 0 | 5F | 14 | 47 | 5A | 2A |
| Octal | 250 | 315 | 13 | 22 | 0 | 137 | 24 | 107 | 132 | 52 |
| Binary | 10101000 | 11001101 | 1011 | 10010 | 0 | 1011111 | 10100 | 1000111 | 1011010 | 101010 |
Color Harmonies of #A8CD0B
Complementary color
Monochromatic Colors of #A8CD0B
Black with #A8CD0B
Text Example
Text Example
White with #A8CD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD0B; }
p { color: rgb(168,205,11); }
H1.HeaderClassName
{
color: #A8CD0B;
}
.AnyTagClassName
{
color: #A8CD0B;
}
</style>
background-color css
<style>
a { background-color: #A8CD0B; }
a { background-color: rgb(168,205,11); }
div.DivClassName
{
background-color: #A8CD0B;
}
.BgClassName
{
background-color: #A8CD0B;
}
</style>
border-color css
<style>
span { border-color: #A8CD0B; }
span { border-color: rgb(168,205,11); }
td.TdClassName
{
border-color: #A8CD0B;
}
.TagClassName
{
border-color: #A8CD0B;
}
</style>