Shades of Bahia #ABC42D
Tints of Bahia #ABC42D
RGB
CMYK
RGB Variations
Color information
#ABC42D (or 0xABC42D) is known color: Bahia. HEX triplet: AB, C4 and 2D. RGB value is (171,196,45). Sum of RGB (Red+Green+Blue) = 171+196+45=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC42D is #543BD2. Grayscale: #ABABAB. Windows color (decimal): -5520339 or 2999467. OLE color: 2999467.
HSL color Cylindrical-coordinate representation of color #ABC42D: hue angle of 69.93º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABC42D is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 45 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.23 |
| HSL | 69.93º | 0.63% | 0.47% | - |
| HSV(B) | 69.93º | 0.77% | 0.77% | - |
| XYZ | 37.01 | 48.33 | 9.86 | - |
| YUV | 171.31 | 56.72 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 45 | 0.13 | 0 | 0.77 | 0.23 | 69.93 | 0.63 | 0.47 |
| Hex | AB | C4 | 2D | D | 0 | 4D | 17 | 46 | 3F | 2F |
| Octal | 253 | 304 | 55 | 15 | 0 | 115 | 27 | 106 | 77 | 57 |
| Binary | 10101011 | 11000100 | 101101 | 1101 | 0 | 1001101 | 10111 | 1000110 | 111111 | 101111 |
Color Harmonies of #ABC42D
Complementary color
Monochromatic Colors of #ABC42D
Black with #ABC42D
Text Example
Text Example
White with #ABC42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC42D; }
p { color: rgb(171,196,45); }
H1.HeaderClassName
{
color: #ABC42D;
}
.AnyTagClassName
{
color: #ABC42D;
}
</style>
background-color css
<style>
a { background-color: #ABC42D; }
a { background-color: rgb(171,196,45); }
div.DivClassName
{
background-color: #ABC42D;
}
.BgClassName
{
background-color: #ABC42D;
}
</style>
border-color css
<style>
span { border-color: #ABC42D; }
span { border-color: rgb(171,196,45); }
td.TdClassName
{
border-color: #ABC42D;
}
.TagClassName
{
border-color: #ABC42D;
}
</style>