Shades of Bahia #ABC51D
Tints of Bahia #ABC51D
RGB
CMYK
RGB Variations
Color information
#ABC51D (or 0xABC51D) is known color: Bahia. HEX triplet: AB, C5 and 1D. RGB value is (171,197,29). Sum of RGB (Red+Green+Blue) = 171+197+29=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 29 (11.72% from 255 or 7.30% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC51D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC51D is #543AE2. Grayscale: #AAAAAA. Windows color (decimal): -5520099 or 1951147. OLE color: 1951147.
HSL color Cylindrical-coordinate representation of color #ABC51D: hue angle of 69.29º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABC51D is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 29 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.23 |
| HSL | 69.29º | 0.74% | 0.44% | - |
| HSV(B) | 69.29º | 0.85% | 0.77% | - |
| XYZ | 36.98 | 48.68 | 8.61 | - |
| YUV | 170.07 | 48.39 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 29 | 0.13 | 0 | 0.85 | 0.23 | 69.29 | 0.74 | 0.44 |
| Hex | AB | C5 | 1D | D | 0 | 55 | 17 | 45 | 4A | 2C |
| Octal | 253 | 305 | 35 | 15 | 0 | 125 | 27 | 105 | 112 | 54 |
| Binary | 10101011 | 11000101 | 11101 | 1101 | 0 | 1010101 | 10111 | 1000101 | 1001010 | 101100 |
Color Harmonies of #ABC51D
Complementary color
Monochromatic Colors of #ABC51D
Black with #ABC51D
Text Example
Text Example
White with #ABC51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC51D; }
p { color: rgb(171,197,29); }
H1.HeaderClassName
{
color: #ABC51D;
}
.AnyTagClassName
{
color: #ABC51D;
}
</style>
background-color css
<style>
a { background-color: #ABC51D; }
a { background-color: rgb(171,197,29); }
div.DivClassName
{
background-color: #ABC51D;
}
.BgClassName
{
background-color: #ABC51D;
}
</style>
border-color css
<style>
span { border-color: #ABC51D; }
span { border-color: rgb(171,197,29); }
td.TdClassName
{
border-color: #ABC51D;
}
.TagClassName
{
border-color: #ABC51D;
}
</style>