Shades of Bahia #A8B42D
Tints of Bahia #A8B42D
RGB
CMYK
RGB Variations
Color information
#A8B42D (or 0xA8B42D) is known color: Bahia. HEX triplet: A8, B4 and 2D. RGB value is (168,180,45). Sum of RGB (Red+Green+Blue) = 168+180+45=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 180 (70.70% from 255 or 45.80% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B42D is #574BD2. Grayscale: #A1A1A1. Windows color (decimal): -5721043 or 2995368. OLE color: 2995368.
HSL color Cylindrical-coordinate representation of color #A8B42D: hue angle of 65.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8B42D is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 45 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.29 |
| HSL | 65.33º | 0.6% | 0.44% | - |
| HSV(B) | 65.33º | 0.75% | 0.71% | - |
| XYZ | 32.94 | 41.16 | 8.69 | - |
| YUV | 161.02 | 62.52 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 45 | 0.07 | 0 | 0.75 | 0.29 | 65.33 | 0.6 | 0.44 |
| Hex | A8 | B4 | 2D | 7 | 0 | 4B | 1D | 41 | 3C | 2C |
| Octal | 250 | 264 | 55 | 7 | 0 | 113 | 35 | 101 | 74 | 54 |
| Binary | 10101000 | 10110100 | 101101 | 111 | 0 | 1001011 | 11101 | 1000001 | 111100 | 101100 |
Color Harmonies of #A8B42D
Complementary color
Monochromatic Colors of #A8B42D
Black with #A8B42D
Text Example
Text Example
White with #A8B42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B42D; }
p { color: rgb(168,180,45); }
H1.HeaderClassName
{
color: #A8B42D;
}
.AnyTagClassName
{
color: #A8B42D;
}
</style>
background-color css
<style>
a { background-color: #A8B42D; }
a { background-color: rgb(168,180,45); }
div.DivClassName
{
background-color: #A8B42D;
}
.BgClassName
{
background-color: #A8B42D;
}
</style>
border-color css
<style>
span { border-color: #A8B42D; }
span { border-color: rgb(168,180,45); }
td.TdClassName
{
border-color: #A8B42D;
}
.TagClassName
{
border-color: #A8B42D;
}
</style>