Shades of Bahia #A0B81D
Tints of Bahia #A0B81D
RGB
CMYK
RGB Variations
Color information
#A0B81D (or 0xA0B81D) is known color: Bahia. HEX triplet: A0, B8 and 1D. RGB value is (160,184,29). Sum of RGB (Red+Green+Blue) = 160+184+29=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 184 (72.27% from 255 or 49.33% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B81D is #5F47E2. Grayscale: #9F9F9F. Windows color (decimal): -6244323 or 1947808. OLE color: 1947808.
HSL color Cylindrical-coordinate representation of color #A0B81D: hue angle of 69.29º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0B81D is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 160 | 184 | 29 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.28 |
| HSL | 69.29º | 0.73% | 0.42% | - |
| HSV(B) | 69.29º | 0.84% | 0.72% | - |
| XYZ | 31.86 | 41.84 | 7.56 | - |
| YUV | 159.15 | 54.55 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 184 | 29 | 0.13 | 0 | 0.84 | 0.28 | 69.29 | 0.73 | 0.42 |
| Hex | A0 | B8 | 1D | D | 0 | 54 | 1C | 45 | 49 | 2A |
| Octal | 240 | 270 | 35 | 15 | 0 | 124 | 34 | 105 | 111 | 52 |
| Binary | 10100000 | 10111000 | 11101 | 1101 | 0 | 1010100 | 11100 | 1000101 | 1001001 | 101010 |
Color Harmonies of #A0B81D
Complementary color
Monochromatic Colors of #A0B81D
Black with #A0B81D
Text Example
Text Example
White with #A0B81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0B81D; }
p { color: rgb(160,184,29); }
H1.HeaderClassName
{
color: #A0B81D;
}
.AnyTagClassName
{
color: #A0B81D;
}
</style>
background-color css
<style>
a { background-color: #A0B81D; }
a { background-color: rgb(160,184,29); }
div.DivClassName
{
background-color: #A0B81D;
}
.BgClassName
{
background-color: #A0B81D;
}
</style>
border-color css
<style>
span { border-color: #A0B81D; }
span { border-color: rgb(160,184,29); }
td.TdClassName
{
border-color: #A0B81D;
}
.TagClassName
{
border-color: #A0B81D;
}
</style>