Shades of Bahia #A4C61B
Tints of Bahia #A4C61B
RGB
CMYK
RGB Variations
Color information
#A4C61B (or 0xA4C61B) is known color: Bahia. HEX triplet: A4, C6 and 1B. RGB value is (164,198,27). Sum of RGB (Red+Green+Blue) = 164+198+27=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C61B is #5B39E4. Grayscale: #A8A8A8. Windows color (decimal): -5978597 or 1820324. OLE color: 1820324.
HSL color Cylindrical-coordinate representation of color #A4C61B: hue angle of 71.93º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A4C61B is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 198 | 27 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.22 |
| HSL | 71.93º | 0.76% | 0.44% | - |
| HSV(B) | 71.93º | 0.86% | 0.78% | - |
| XYZ | 35.7 | 48.36 | 8.49 | - |
| YUV | 168.34 | 48.24 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 198 | 27 | 0.17 | 0 | 0.86 | 0.22 | 71.93 | 0.76 | 0.44 |
| Hex | A4 | C6 | 1B | 11 | 0 | 56 | 16 | 48 | 4C | 2C |
| Octal | 244 | 306 | 33 | 21 | 0 | 126 | 26 | 110 | 114 | 54 |
| Binary | 10100100 | 11000110 | 11011 | 10001 | 0 | 1010110 | 10110 | 1001000 | 1001100 | 101100 |
Color Harmonies of #A4C61B
Complementary color
Monochromatic Colors of #A4C61B
Black with #A4C61B
Text Example
Text Example
White with #A4C61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C61B; }
p { color: rgb(164,198,27); }
H1.HeaderClassName
{
color: #A4C61B;
}
.AnyTagClassName
{
color: #A4C61B;
}
</style>
background-color css
<style>
a { background-color: #A4C61B; }
a { background-color: rgb(164,198,27); }
div.DivClassName
{
background-color: #A4C61B;
}
.BgClassName
{
background-color: #A4C61B;
}
</style>
border-color css
<style>
span { border-color: #A4C61B; }
span { border-color: rgb(164,198,27); }
td.TdClassName
{
border-color: #A4C61B;
}
.TagClassName
{
border-color: #A4C61B;
}
</style>