Shades of Bahia #A8C31C
Tints of Bahia #A8C31C
RGB
CMYK
RGB Variations
Color information
#A8C31C (or 0xA8C31C) is known color: Bahia. HEX triplet: A8, C3 and 1C. RGB value is (168,195,28). Sum of RGB (Red+Green+Blue) = 168+195+28=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C31C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C31C is #573CE3. Grayscale: #A8A8A8. Windows color (decimal): -5717220 or 1885096. OLE color: 1885096.
HSL color Cylindrical-coordinate representation of color #A8C31C: hue angle of 69.7º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8C31C is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 195 | 28 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.24 |
| HSL | 69.7º | 0.75% | 0.44% | - |
| HSV(B) | 69.7º | 0.86% | 0.76% | - |
| XYZ | 35.87 | 47.44 | 8.36 | - |
| YUV | 167.89 | 49.05 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 195 | 28 | 0.14 | 0 | 0.86 | 0.24 | 69.7 | 0.75 | 0.44 |
| Hex | A8 | C3 | 1C | E | 0 | 56 | 18 | 46 | 4B | 2C |
| Octal | 250 | 303 | 34 | 16 | 0 | 126 | 30 | 106 | 113 | 54 |
| Binary | 10101000 | 11000011 | 11100 | 1110 | 0 | 1010110 | 11000 | 1000110 | 1001011 | 101100 |
Color Harmonies of #A8C31C
Complementary color
Monochromatic Colors of #A8C31C
Black with #A8C31C
Text Example
Text Example
White with #A8C31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C31C; }
p { color: rgb(168,195,28); }
H1.HeaderClassName
{
color: #A8C31C;
}
.AnyTagClassName
{
color: #A8C31C;
}
</style>
background-color css
<style>
a { background-color: #A8C31C; }
a { background-color: rgb(168,195,28); }
div.DivClassName
{
background-color: #A8C31C;
}
.BgClassName
{
background-color: #A8C31C;
}
</style>
border-color css
<style>
span { border-color: #A8C31C; }
span { border-color: rgb(168,195,28); }
td.TdClassName
{
border-color: #A8C31C;
}
.TagClassName
{
border-color: #A8C31C;
}
</style>