Shades of Bahia #A8C033
Tints of Bahia #A8C033
RGB
CMYK
RGB Variations
Color information
#A8C033 (or 0xA8C033) is known color: Bahia. HEX triplet: A8, C0 and 33. RGB value is (168,192,51). Sum of RGB (Red+Green+Blue) = 168+192+51=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C033 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C033 is #573FCC. Grayscale: #A9A9A9. Windows color (decimal): -5717965 or 3391656. OLE color: 3391656.
HSL color Cylindrical-coordinate representation of color #A8C033: hue angle of 70.21º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A8C033 is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 51 | - |
| CMYK | 0.12 | 0 | 0.73 | 0.25 |
| HSL | 70.21º | 0.58% | 0.48% | - |
| HSV(B) | 70.21º | 0.73% | 0.75% | - |
| XYZ | 35.6 | 46.26 | 10.19 | - |
| YUV | 168.75 | 61.55 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 51 | 0.12 | 0 | 0.73 | 0.25 | 70.21 | 0.58 | 0.48 |
| Hex | A8 | C0 | 33 | C | 0 | 49 | 19 | 46 | 3A | 30 |
| Octal | 250 | 300 | 63 | 14 | 0 | 111 | 31 | 106 | 72 | 60 |
| Binary | 10101000 | 11000000 | 110011 | 1100 | 0 | 1001001 | 11001 | 1000110 | 111010 | 110000 |
Color Harmonies of #A8C033
Complementary color
Monochromatic Colors of #A8C033
Black with #A8C033
Text Example
Text Example
White with #A8C033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C033; }
p { color: rgb(168,192,51); }
H1.HeaderClassName
{
color: #A8C033;
}
.AnyTagClassName
{
color: #A8C033;
}
</style>
background-color css
<style>
a { background-color: #A8C033; }
a { background-color: rgb(168,192,51); }
div.DivClassName
{
background-color: #A8C033;
}
.BgClassName
{
background-color: #A8C033;
}
</style>
border-color css
<style>
span { border-color: #A8C033; }
span { border-color: rgb(168,192,51); }
td.TdClassName
{
border-color: #A8C033;
}
.TagClassName
{
border-color: #A8C033;
}
</style>