Shades of Bahia #A2BB1B
Tints of Bahia #A2BB1B
RGB
CMYK
RGB Variations
Color information
#A2BB1B (or 0xA2BB1B) is known color: Bahia. HEX triplet: A2, BB and 1B. RGB value is (162,187,27). Sum of RGB (Red+Green+Blue) = 162+187+27=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 187 (73.44% from 255 or 49.73% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BB1B is #5D44E4. Grayscale: #A1A1A1. Windows color (decimal): -6112485 or 1817506. OLE color: 1817506.
HSL color Cylindrical-coordinate representation of color #A2BB1B: hue angle of 69.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A2BB1B is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 187 | 27 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.27 |
| HSL | 69.38º | 0.75% | 0.42% | - |
| HSV(B) | 69.38º | 0.86% | 0.73% | - |
| XYZ | 32.87 | 43.3 | 7.66 | - |
| YUV | 161.29 | 52.22 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 187 | 27 | 0.13 | 0 | 0.86 | 0.27 | 69.38 | 0.75 | 0.42 |
| Hex | A2 | BB | 1B | D | 0 | 56 | 1B | 45 | 4B | 2A |
| Octal | 242 | 273 | 33 | 15 | 0 | 126 | 33 | 105 | 113 | 52 |
| Binary | 10100010 | 10111011 | 11011 | 1101 | 0 | 1010110 | 11011 | 1000101 | 1001011 | 101010 |
Color Harmonies of #A2BB1B
Complementary color
Monochromatic Colors of #A2BB1B
Black with #A2BB1B
Text Example
Text Example
White with #A2BB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BB1B; }
p { color: rgb(162,187,27); }
H1.HeaderClassName
{
color: #A2BB1B;
}
.AnyTagClassName
{
color: #A2BB1B;
}
</style>
background-color css
<style>
a { background-color: #A2BB1B; }
a { background-color: rgb(162,187,27); }
div.DivClassName
{
background-color: #A2BB1B;
}
.BgClassName
{
background-color: #A2BB1B;
}
</style>
border-color css
<style>
span { border-color: #A2BB1B; }
span { border-color: rgb(162,187,27); }
td.TdClassName
{
border-color: #A2BB1B;
}
.TagClassName
{
border-color: #A2BB1B;
}
</style>