Shades of Bahia #ABC50D
Tints of Bahia #ABC50D
RGB
CMYK
RGB Variations
Color information
#ABC50D (or 0xABC50D) is known color: Bahia. HEX triplet: AB, C5 and 0D. RGB value is (171,197,13). Sum of RGB (Red+Green+Blue) = 171+197+13=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC50D is #543AF2. Grayscale: #A8A8A8. Windows color (decimal): -5520115 or 902571. OLE color: 902571.
HSL color Cylindrical-coordinate representation of color #ABC50D: hue angle of 68.48º 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 #ABC50D is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 13 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.23 |
| HSL | 68.48º | 0.88% | 0.41% | - |
| HSV(B) | 68.48º | 0.93% | 0.77% | - |
| XYZ | 36.83 | 48.62 | 7.82 | - |
| YUV | 168.25 | 40.39 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 13 | 0.13 | 0 | 0.93 | 0.23 | 68.48 | 0.88 | 0.41 |
| Hex | AB | C5 | D | D | 0 | 5D | 17 | 44 | 58 | 29 |
| Octal | 253 | 305 | 15 | 15 | 0 | 135 | 27 | 104 | 130 | 51 |
| Binary | 10101011 | 11000101 | 1101 | 1101 | 0 | 1011101 | 10111 | 1000100 | 1011000 | 101001 |
Color Harmonies of #ABC50D
Complementary color
Monochromatic Colors of #ABC50D
Black with #ABC50D
Text Example
Text Example
White with #ABC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC50D; }
p { color: rgb(171,197,13); }
H1.HeaderClassName
{
color: #ABC50D;
}
.AnyTagClassName
{
color: #ABC50D;
}
</style>
background-color css
<style>
a { background-color: #ABC50D; }
a { background-color: rgb(171,197,13); }
div.DivClassName
{
background-color: #ABC50D;
}
.BgClassName
{
background-color: #ABC50D;
}
</style>
border-color css
<style>
span { border-color: #ABC50D; }
span { border-color: rgb(171,197,13); }
td.TdClassName
{
border-color: #ABC50D;
}
.TagClassName
{
border-color: #ABC50D;
}
</style>