Shades of Bahia #A4CB22
Tints of Bahia #A4CB22
RGB
CMYK
RGB Variations
Color information
#A4CB22 (or 0xA4CB22) is known color: Bahia. HEX triplet: A4, CB and 22. RGB value is (164,203,34). Sum of RGB (Red+Green+Blue) = 164+203+34=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 34 (13.67% from 255 or 8.48% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CB22 is #5B34DD. Grayscale: #ACACAC. Windows color (decimal): -5977310 or 2280356. OLE color: 2280356.
HSL color Cylindrical-coordinate representation of color #A4CB22: hue angle of 73.85º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A4CB22 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 203 | 34 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.20 |
| HSL | 73.85º | 0.71% | 0.46% | - |
| HSV(B) | 73.85º | 0.83% | 0.8% | - |
| XYZ | 36.95 | 50.72 | 9.36 | - |
| YUV | 172.07 | 50.08 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 203 | 34 | 0.19 | 0 | 0.83 | 0.20 | 73.85 | 0.71 | 0.46 |
| Hex | A4 | CB | 22 | 13 | 0 | 53 | 14 | 4A | 47 | 2E |
| Octal | 244 | 313 | 42 | 23 | 0 | 123 | 24 | 112 | 107 | 56 |
| Binary | 10100100 | 11001011 | 100010 | 10011 | 0 | 1010011 | 10100 | 1001010 | 1000111 | 101110 |
Color Harmonies of #A4CB22
Complementary color
Monochromatic Colors of #A4CB22
Black with #A4CB22
Text Example
Text Example
White with #A4CB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CB22; }
p { color: rgb(164,203,34); }
H1.HeaderClassName
{
color: #A4CB22;
}
.AnyTagClassName
{
color: #A4CB22;
}
</style>
background-color css
<style>
a { background-color: #A4CB22; }
a { background-color: rgb(164,203,34); }
div.DivClassName
{
background-color: #A4CB22;
}
.BgClassName
{
background-color: #A4CB22;
}
</style>
border-color css
<style>
span { border-color: #A4CB22; }
span { border-color: rgb(164,203,34); }
td.TdClassName
{
border-color: #A4CB22;
}
.TagClassName
{
border-color: #A4CB22;
}
</style>