Shades of Bahia #A8B51F
Tints of Bahia #A8B51F
RGB
CMYK
RGB Variations
Color information
#A8B51F (or 0xA8B51F) is known color: Bahia. HEX triplet: A8, B5 and 1F. RGB value is (168,181,31). Sum of RGB (Red+Green+Blue) = 168+181+31=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 31 (12.5% from 255 or 8.16% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B51F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8B51F is #574AE0. Grayscale: #A0A0A0. Windows color (decimal): -5720801 or 2078120. OLE color: 2078120.
HSL color Cylindrical-coordinate representation of color #A8B51F: hue angle of 65.2º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8B51F is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 181 | 31 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.29 |
| HSL | 65.2º | 0.71% | 0.42% | - |
| HSV(B) | 65.2º | 0.83% | 0.71% | - |
| XYZ | 32.92 | 41.47 | 7.57 | - |
| YUV | 160.01 | 55.19 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 181 | 31 | 0.07 | 0 | 0.83 | 0.29 | 65.2 | 0.71 | 0.42 |
| Hex | A8 | B5 | 1F | 7 | 0 | 53 | 1D | 41 | 47 | 2A |
| Octal | 250 | 265 | 37 | 7 | 0 | 123 | 35 | 101 | 107 | 52 |
| Binary | 10101000 | 10110101 | 11111 | 111 | 0 | 1010011 | 11101 | 1000001 | 1000111 | 101010 |
Color Harmonies of #A8B51F
Complementary color
Monochromatic Colors of #A8B51F
Black with #A8B51F
Text Example
Text Example
White with #A8B51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B51F; }
p { color: rgb(168,181,31); }
H1.HeaderClassName
{
color: #A8B51F;
}
.AnyTagClassName
{
color: #A8B51F;
}
</style>
background-color css
<style>
a { background-color: #A8B51F; }
a { background-color: rgb(168,181,31); }
div.DivClassName
{
background-color: #A8B51F;
}
.BgClassName
{
background-color: #A8B51F;
}
</style>
border-color css
<style>
span { border-color: #A8B51F; }
span { border-color: rgb(168,181,31); }
td.TdClassName
{
border-color: #A8B51F;
}
.TagClassName
{
border-color: #A8B51F;
}
</style>