Shades of Bahia #A8CB0C
Tints of Bahia #A8CB0C
RGB
CMYK
RGB Variations
Color information
#A8CB0C (or 0xA8CB0C) is known color: Bahia. HEX triplet: A8, CB and 0C. RGB value is (168,203,12). Sum of RGB (Red+Green+Blue) = 168+203+12=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 203 (79.69% from 255 or 53.00% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8CB0C is #5734F3. Grayscale: #ABABAB. Windows color (decimal): -5715188 or 838568. OLE color: 838568.
HSL color Cylindrical-coordinate representation of color #A8CB0C: hue angle of 70.99º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8CB0C is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 12 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.20 |
| HSL | 70.99º | 0.89% | 0.42% | - |
| HSV(B) | 70.99º | 0.94% | 0.8% | - |
| XYZ | 37.57 | 51.06 | 8.22 | - |
| YUV | 170.76 | 38.4 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 12 | 0.17 | 0 | 0.94 | 0.20 | 70.99 | 0.89 | 0.42 |
| Hex | A8 | CB | C | 11 | 0 | 5E | 14 | 47 | 59 | 2A |
| Octal | 250 | 313 | 14 | 21 | 0 | 136 | 24 | 107 | 131 | 52 |
| Binary | 10101000 | 11001011 | 1100 | 10001 | 0 | 1011110 | 10100 | 1000111 | 1011001 | 101010 |
Color Harmonies of #A8CB0C
Complementary color
Monochromatic Colors of #A8CB0C
Black with #A8CB0C
Text Example
Text Example
White with #A8CB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB0C; }
p { color: rgb(168,203,12); }
H1.HeaderClassName
{
color: #A8CB0C;
}
.AnyTagClassName
{
color: #A8CB0C;
}
</style>
background-color css
<style>
a { background-color: #A8CB0C; }
a { background-color: rgb(168,203,12); }
div.DivClassName
{
background-color: #A8CB0C;
}
.BgClassName
{
background-color: #A8CB0C;
}
</style>
border-color css
<style>
span { border-color: #A8CB0C; }
span { border-color: rgb(168,203,12); }
td.TdClassName
{
border-color: #A8CB0C;
}
.TagClassName
{
border-color: #A8CB0C;
}
</style>