Shades of Bahia #ABBC22
Tints of Bahia #ABBC22
RGB
CMYK
RGB Variations
Color information
#ABBC22 (or 0xABBC22) is known color: Bahia. HEX triplet: AB, BC and 22. RGB value is (171,188,34). Sum of RGB (Red+Green+Blue) = 171+188+34=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 34 (13.67% from 255 or 8.65% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC22 is #5443DD. Grayscale: #A5A5A5. Windows color (decimal): -5522398 or 2276523. OLE color: 2276523.
HSL color Cylindrical-coordinate representation of color #ABBC22: hue angle of 66.62º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ABBC22 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 34 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.26 |
| HSL | 66.62º | 0.69% | 0.44% | - |
| HSV(B) | 66.62º | 0.82% | 0.74% | - |
| XYZ | 35.07 | 44.74 | 8.3 | - |
| YUV | 165.36 | 53.87 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 34 | 0.09 | 0 | 0.82 | 0.26 | 66.62 | 0.69 | 0.44 |
| Hex | AB | BC | 22 | 9 | 0 | 52 | 1A | 43 | 45 | 2C |
| Octal | 253 | 274 | 42 | 11 | 0 | 122 | 32 | 103 | 105 | 54 |
| Binary | 10101011 | 10111100 | 100010 | 1001 | 0 | 1010010 | 11010 | 1000011 | 1000101 | 101100 |
Color Harmonies of #ABBC22
Complementary color
Monochromatic Colors of #ABBC22
Black with #ABBC22
Text Example
Text Example
White with #ABBC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC22; }
p { color: rgb(171,188,34); }
H1.HeaderClassName
{
color: #ABBC22;
}
.AnyTagClassName
{
color: #ABBC22;
}
</style>
background-color css
<style>
a { background-color: #ABBC22; }
a { background-color: rgb(171,188,34); }
div.DivClassName
{
background-color: #ABBC22;
}
.BgClassName
{
background-color: #ABBC22;
}
</style>
border-color css
<style>
span { border-color: #ABBC22; }
span { border-color: rgb(171,188,34); }
td.TdClassName
{
border-color: #ABBC22;
}
.TagClassName
{
border-color: #ABBC22;
}
</style>