Shades of Bahia #ABC40D
Tints of Bahia #ABC40D
RGB
CMYK
RGB Variations
Color information
#ABC40D (or 0xABC40D) is known color: Bahia. HEX triplet: AB, C4 and 0D. RGB value is (171,196,13). Sum of RGB (Red+Green+Blue) = 171+196+13=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 196 (76.95% from 255 or 51.58% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC40D is #543BF2. Grayscale: #A8A8A8. Windows color (decimal): -5520371 or 902315. OLE color: 902315.
HSL color Cylindrical-coordinate representation of color #ABC40D: hue angle of 68.2º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABC40D is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 13 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.23 |
| HSL | 68.2º | 0.88% | 0.41% | - |
| HSV(B) | 68.2º | 0.93% | 0.77% | - |
| XYZ | 36.61 | 48.17 | 7.75 | - |
| YUV | 167.66 | 40.72 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 13 | 0.13 | 0 | 0.93 | 0.23 | 68.2 | 0.88 | 0.41 |
| Hex | AB | C4 | D | D | 0 | 5D | 17 | 44 | 58 | 29 |
| Octal | 253 | 304 | 15 | 15 | 0 | 135 | 27 | 104 | 130 | 51 |
| Binary | 10101011 | 11000100 | 1101 | 1101 | 0 | 1011101 | 10111 | 1000100 | 1011000 | 101001 |
Color Harmonies of #ABC40D
Complementary color
Monochromatic Colors of #ABC40D
Black with #ABC40D
Text Example
Text Example
White with #ABC40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC40D; }
p { color: rgb(171,196,13); }
H1.HeaderClassName
{
color: #ABC40D;
}
.AnyTagClassName
{
color: #ABC40D;
}
</style>
background-color css
<style>
a { background-color: #ABC40D; }
a { background-color: rgb(171,196,13); }
div.DivClassName
{
background-color: #ABC40D;
}
.BgClassName
{
background-color: #ABC40D;
}
</style>
border-color css
<style>
span { border-color: #ABC40D; }
span { border-color: rgb(171,196,13); }
td.TdClassName
{
border-color: #ABC40D;
}
.TagClassName
{
border-color: #ABC40D;
}
</style>