Shades of Bahia #A8B42C
Tints of Bahia #A8B42C
RGB
CMYK
RGB Variations
Color information
#A8B42C (or 0xA8B42C) is known color: Bahia. HEX triplet: A8, B4 and 2C. RGB value is (168,180,44). Sum of RGB (Red+Green+Blue) = 168+180+44=392 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.86% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B42C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B42C is #574BD3. Grayscale: #A1A1A1. Windows color (decimal): -5721044 or 2929832. OLE color: 2929832.
HSL color Cylindrical-coordinate representation of color #A8B42C: hue angle of 65.29º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8B42C is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 44 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.29 |
| HSL | 65.29º | 0.61% | 0.44% | - |
| HSV(B) | 65.29º | 0.76% | 0.71% | - |
| XYZ | 32.92 | 41.15 | 8.59 | - |
| YUV | 160.91 | 62.02 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 44 | 0.07 | 0 | 0.76 | 0.29 | 65.29 | 0.61 | 0.44 |
| Hex | A8 | B4 | 2C | 7 | 0 | 4C | 1D | 41 | 3D | 2C |
| Octal | 250 | 264 | 54 | 7 | 0 | 114 | 35 | 101 | 75 | 54 |
| Binary | 10101000 | 10110100 | 101100 | 111 | 0 | 1001100 | 11101 | 1000001 | 111101 | 101100 |
Color Harmonies of #A8B42C
Complementary color
Monochromatic Colors of #A8B42C
Black with #A8B42C
Text Example
Text Example
White with #A8B42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B42C; }
p { color: rgb(168,180,44); }
H1.HeaderClassName
{
color: #A8B42C;
}
.AnyTagClassName
{
color: #A8B42C;
}
</style>
background-color css
<style>
a { background-color: #A8B42C; }
a { background-color: rgb(168,180,44); }
div.DivClassName
{
background-color: #A8B42C;
}
.BgClassName
{
background-color: #A8B42C;
}
</style>
border-color css
<style>
span { border-color: #A8B42C; }
span { border-color: rgb(168,180,44); }
td.TdClassName
{
border-color: #A8B42C;
}
.TagClassName
{
border-color: #A8B42C;
}
</style>