Shades of Bahia #A2BD1C
Tints of Bahia #A2BD1C
RGB
CMYK
RGB Variations
Color information
#A2BD1C (or 0xA2BD1C) is known color: Bahia. HEX triplet: A2, BD and 1C. RGB value is (162,189,28). Sum of RGB (Red+Green+Blue) = 162+189+28=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 189 (74.22% from 255 or 49.87% from 379); Blue value is 28 (11.33% from 255 or 7.39% from 379); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BD1C is #5D42E3. Grayscale: #A3A3A3. Windows color (decimal): -6111972 or 1883554. OLE color: 1883554.
HSL color Cylindrical-coordinate representation of color #A2BD1C: hue angle of 70.06º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A2BD1C is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 189 | 28 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.26 |
| HSL | 70.06º | 0.74% | 0.43% | - |
| HSV(B) | 70.06º | 0.85% | 0.74% | - |
| XYZ | 33.31 | 44.16 | 7.87 | - |
| YUV | 162.57 | 52.05 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 189 | 28 | 0.14 | 0 | 0.85 | 0.26 | 70.06 | 0.74 | 0.43 |
| Hex | A2 | BD | 1C | E | 0 | 55 | 1A | 46 | 4A | 2B |
| Octal | 242 | 275 | 34 | 16 | 0 | 125 | 32 | 106 | 112 | 53 |
| Binary | 10100010 | 10111101 | 11100 | 1110 | 0 | 1010101 | 11010 | 1000110 | 1001010 | 101011 |
Color Harmonies of #A2BD1C
Complementary color
Monochromatic Colors of #A2BD1C
Black with #A2BD1C
Text Example
Text Example
White with #A2BD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2BD1C; }
p { color: rgb(162,189,28); }
H1.HeaderClassName
{
color: #A2BD1C;
}
.AnyTagClassName
{
color: #A2BD1C;
}
</style>
background-color css
<style>
a { background-color: #A2BD1C; }
a { background-color: rgb(162,189,28); }
div.DivClassName
{
background-color: #A2BD1C;
}
.BgClassName
{
background-color: #A2BD1C;
}
</style>
border-color css
<style>
span { border-color: #A2BD1C; }
span { border-color: rgb(162,189,28); }
td.TdClassName
{
border-color: #A2BD1C;
}
.TagClassName
{
border-color: #A2BD1C;
}
</style>