Shades of Bahia #A8B41E
Tints of Bahia #A8B41E
RGB
CMYK
RGB Variations
Color information
#A8B41E (or 0xA8B41E) is known color: Bahia. HEX triplet: A8, B4 and 1E. RGB value is (168,180,30). Sum of RGB (Red+Green+Blue) = 168+180+30=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B41E is #574BE1. Grayscale: #9F9F9F. Windows color (decimal): -5721058 or 2012328. OLE color: 2012328.
HSL color Cylindrical-coordinate representation of color #A8B41E: hue angle of 64.8º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8B41E is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 180 | 30 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.29 |
| HSL | 64.8º | 0.71% | 0.41% | - |
| HSV(B) | 64.8º | 0.83% | 0.71% | - |
| XYZ | 32.7 | 41.06 | 7.43 | - |
| YUV | 159.31 | 55.02 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 180 | 30 | 0.07 | 0 | 0.83 | 0.29 | 64.8 | 0.71 | 0.41 |
| Hex | A8 | B4 | 1E | 7 | 0 | 53 | 1D | 41 | 47 | 29 |
| Octal | 250 | 264 | 36 | 7 | 0 | 123 | 35 | 101 | 107 | 51 |
| Binary | 10101000 | 10110100 | 11110 | 111 | 0 | 1010011 | 11101 | 1000001 | 1000111 | 101001 |
Color Harmonies of #A8B41E
Complementary color
Monochromatic Colors of #A8B41E
Black with #A8B41E
Text Example
Text Example
White with #A8B41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B41E; }
p { color: rgb(168,180,30); }
H1.HeaderClassName
{
color: #A8B41E;
}
.AnyTagClassName
{
color: #A8B41E;
}
</style>
background-color css
<style>
a { background-color: #A8B41E; }
a { background-color: rgb(168,180,30); }
div.DivClassName
{
background-color: #A8B41E;
}
.BgClassName
{
background-color: #A8B41E;
}
</style>
border-color css
<style>
span { border-color: #A8B41E; }
span { border-color: rgb(168,180,30); }
td.TdClassName
{
border-color: #A8B41E;
}
.TagClassName
{
border-color: #A8B41E;
}
</style>