Shades of Bahia #ABC42B
Tints of Bahia #ABC42B
RGB
CMYK
RGB Variations
Color information
#ABC42B (or 0xABC42B) is known color: Bahia. HEX triplet: AB, C4 and 2B. RGB value is (171,196,43). Sum of RGB (Red+Green+Blue) = 171+196+43=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC42B is #543BD4. Grayscale: #ABABAB. Windows color (decimal): -5520341 or 2868395. OLE color: 2868395.
HSL color Cylindrical-coordinate representation of color #ABC42B: hue angle of 69.8º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABC42B is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 43 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.23 |
| HSL | 69.8º | 0.64% | 0.47% | - |
| HSV(B) | 69.8º | 0.78% | 0.77% | - |
| XYZ | 36.97 | 48.31 | 9.66 | - |
| YUV | 171.08 | 55.72 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 43 | 0.13 | 0 | 0.78 | 0.23 | 69.8 | 0.64 | 0.47 |
| Hex | AB | C4 | 2B | D | 0 | 4E | 17 | 46 | 40 | 2F |
| Octal | 253 | 304 | 53 | 15 | 0 | 116 | 27 | 106 | 100 | 57 |
| Binary | 10101011 | 11000100 | 101011 | 1101 | 0 | 1001110 | 10111 | 1000110 | 1000000 | 101111 |
Color Harmonies of #ABC42B
Complementary color
Monochromatic Colors of #ABC42B
Black with #ABC42B
Text Example
Text Example
White with #ABC42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC42B; }
p { color: rgb(171,196,43); }
H1.HeaderClassName
{
color: #ABC42B;
}
.AnyTagClassName
{
color: #ABC42B;
}
</style>
background-color css
<style>
a { background-color: #ABC42B; }
a { background-color: rgb(171,196,43); }
div.DivClassName
{
background-color: #ABC42B;
}
.BgClassName
{
background-color: #ABC42B;
}
</style>
border-color css
<style>
span { border-color: #ABC42B; }
span { border-color: rgb(171,196,43); }
td.TdClassName
{
border-color: #ABC42B;
}
.TagClassName
{
border-color: #ABC42B;
}
</style>