Shades of Bahia #A8C031
Tints of Bahia #A8C031
RGB
CMYK
RGB Variations
Color information
#A8C031 (or 0xA8C031) is known color: Bahia. HEX triplet: A8, C0 and 31. RGB value is (168,192,49). Sum of RGB (Red+Green+Blue) = 168+192+49=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 49 (19.53% from 255 or 11.98% from 409); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C031 is #573FCE. Grayscale: #A9A9A9. Windows color (decimal): -5717967 or 3260584. OLE color: 3260584.
HSL color Cylindrical-coordinate representation of color #A8C031: hue angle of 70.07º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8C031 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 49 | - |
| CMYK | 0.12 | 0 | 0.74 | 0.25 |
| HSL | 70.07º | 0.59% | 0.47% | - |
| HSV(B) | 70.07º | 0.74% | 0.75% | - |
| XYZ | 35.55 | 46.25 | 9.96 | - |
| YUV | 168.52 | 60.55 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 49 | 0.12 | 0 | 0.74 | 0.25 | 70.07 | 0.59 | 0.47 |
| Hex | A8 | C0 | 31 | C | 0 | 4A | 19 | 46 | 3B | 2F |
| Octal | 250 | 300 | 61 | 14 | 0 | 112 | 31 | 106 | 73 | 57 |
| Binary | 10101000 | 11000000 | 110001 | 1100 | 0 | 1001010 | 11001 | 1000110 | 111011 | 101111 |
Color Harmonies of #A8C031
Complementary color
Monochromatic Colors of #A8C031
Black with #A8C031
Text Example
Text Example
White with #A8C031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C031; }
p { color: rgb(168,192,49); }
H1.HeaderClassName
{
color: #A8C031;
}
.AnyTagClassName
{
color: #A8C031;
}
</style>
background-color css
<style>
a { background-color: #A8C031; }
a { background-color: rgb(168,192,49); }
div.DivClassName
{
background-color: #A8C031;
}
.BgClassName
{
background-color: #A8C031;
}
</style>
border-color css
<style>
span { border-color: #A8C031; }
span { border-color: rgb(168,192,49); }
td.TdClassName
{
border-color: #A8C031;
}
.TagClassName
{
border-color: #A8C031;
}
</style>