Shades of Bahia #A0BD1B
Tints of Bahia #A0BD1B
RGB
CMYK
RGB Variations
Color information
#A0BD1B (or 0xA0BD1B) is known color: Bahia. HEX triplet: A0, BD and 1B. RGB value is (160,189,27). Sum of RGB (Red+Green+Blue) = 160+189+27=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BD1B is #5F42E4. Grayscale: #A2A2A2. Windows color (decimal): -6243045 or 1818016. OLE color: 1818016.
HSL color Cylindrical-coordinate representation of color #A0BD1B: hue angle of 70.74º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0BD1B is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 189 | 27 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.26 |
| HSL | 70.74º | 0.75% | 0.42% | - |
| HSV(B) | 70.74º | 0.86% | 0.74% | - |
| XYZ | 32.89 | 43.95 | 7.79 | - |
| YUV | 161.86 | 51.89 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 189 | 27 | 0.15 | 0 | 0.86 | 0.26 | 70.74 | 0.75 | 0.42 |
| Hex | A0 | BD | 1B | F | 0 | 56 | 1A | 47 | 4B | 2A |
| Octal | 240 | 275 | 33 | 17 | 0 | 126 | 32 | 107 | 113 | 52 |
| Binary | 10100000 | 10111101 | 11011 | 1111 | 0 | 1010110 | 11010 | 1000111 | 1001011 | 101010 |
Color Harmonies of #A0BD1B
Complementary color
Monochromatic Colors of #A0BD1B
Black with #A0BD1B
Text Example
Text Example
White with #A0BD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BD1B; }
p { color: rgb(160,189,27); }
H1.HeaderClassName
{
color: #A0BD1B;
}
.AnyTagClassName
{
color: #A0BD1B;
}
</style>
background-color css
<style>
a { background-color: #A0BD1B; }
a { background-color: rgb(160,189,27); }
div.DivClassName
{
background-color: #A0BD1B;
}
.BgClassName
{
background-color: #A0BD1B;
}
</style>
border-color css
<style>
span { border-color: #A0BD1B; }
span { border-color: rgb(160,189,27); }
td.TdClassName
{
border-color: #A0BD1B;
}
.TagClassName
{
border-color: #A0BD1B;
}
</style>