Shades of Bahia #A2D01B
Tints of Bahia #A2D01B
RGB
CMYK
RGB Variations
Color information
#A2D01B (or 0xA2D01B) is known color: Bahia. HEX triplet: A2, D0 and 1B. RGB value is (162,208,27). Sum of RGB (Red+Green+Blue) = 162+208+27=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D01B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D01B is #5D2FE4. Grayscale: #AEAEAE. Windows color (decimal): -6107109 or 1822882. OLE color: 1822882.
HSL color Cylindrical-coordinate representation of color #A2D01B: hue angle of 75.25º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A2D01B is Cyan = 0.22, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 208 | 27 | - |
| CMYK | 0.22 | 0 | 0.87 | 0.18 |
| HSL | 75.25º | 0.77% | 0.46% | - |
| HSV(B) | 75.25º | 0.87% | 0.82% | - |
| XYZ | 37.65 | 52.87 | 9.26 | - |
| YUV | 173.61 | 45.26 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 208 | 27 | 0.22 | 0 | 0.87 | 0.18 | 75.25 | 0.77 | 0.46 |
| Hex | A2 | D0 | 1B | 16 | 0 | 57 | 12 | 4B | 4D | 2E |
| Octal | 242 | 320 | 33 | 26 | 0 | 127 | 22 | 113 | 115 | 56 |
| Binary | 10100010 | 11010000 | 11011 | 10110 | 0 | 1010111 | 10010 | 1001011 | 1001101 | 101110 |
Color Harmonies of #A2D01B
Complementary color
Monochromatic Colors of #A2D01B
Black with #A2D01B
Text Example
Text Example
White with #A2D01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D01B; }
p { color: rgb(162,208,27); }
H1.HeaderClassName
{
color: #A2D01B;
}
.AnyTagClassName
{
color: #A2D01B;
}
</style>
background-color css
<style>
a { background-color: #A2D01B; }
a { background-color: rgb(162,208,27); }
div.DivClassName
{
background-color: #A2D01B;
}
.BgClassName
{
background-color: #A2D01B;
}
</style>
border-color css
<style>
span { border-color: #A2D01B; }
span { border-color: rgb(162,208,27); }
td.TdClassName
{
border-color: #A2D01B;
}
.TagClassName
{
border-color: #A2D01B;
}
</style>