Shades of Bahia #A8C52C
Tints of Bahia #A8C52C
RGB
CMYK
RGB Variations
Color information
#A8C52C (or 0xA8C52C) is known color: Bahia. HEX triplet: A8, C5 and 2C. RGB value is (168,197,44). Sum of RGB (Red+Green+Blue) = 168+197+44=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C52C is #573AD3. Grayscale: #ABABAB. Windows color (decimal): -5716692 or 2934184. OLE color: 2934184.
HSL color Cylindrical-coordinate representation of color #A8C52C: hue angle of 71.37º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8C52C is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 197 | 44 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.23 |
| HSL | 71.37º | 0.63% | 0.47% | - |
| HSV(B) | 71.37º | 0.78% | 0.77% | - |
| XYZ | 36.57 | 48.44 | 9.81 | - |
| YUV | 170.89 | 56.39 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 197 | 44 | 0.15 | 0 | 0.78 | 0.23 | 71.37 | 0.63 | 0.47 |
| Hex | A8 | C5 | 2C | F | 0 | 4E | 17 | 47 | 3F | 2F |
| Octal | 250 | 305 | 54 | 17 | 0 | 116 | 27 | 107 | 77 | 57 |
| Binary | 10101000 | 11000101 | 101100 | 1111 | 0 | 1001110 | 10111 | 1000111 | 111111 | 101111 |
Color Harmonies of #A8C52C
Complementary color
Monochromatic Colors of #A8C52C
Black with #A8C52C
Text Example
Text Example
White with #A8C52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C52C; }
p { color: rgb(168,197,44); }
H1.HeaderClassName
{
color: #A8C52C;
}
.AnyTagClassName
{
color: #A8C52C;
}
</style>
background-color css
<style>
a { background-color: #A8C52C; }
a { background-color: rgb(168,197,44); }
div.DivClassName
{
background-color: #A8C52C;
}
.BgClassName
{
background-color: #A8C52C;
}
</style>
border-color css
<style>
span { border-color: #A8C52C; }
span { border-color: rgb(168,197,44); }
td.TdClassName
{
border-color: #A8C52C;
}
.TagClassName
{
border-color: #A8C52C;
}
</style>