Shades of Bahia #ABC61D
Tints of Bahia #ABC61D
RGB
CMYK
RGB Variations
Color information
#ABC61D (or 0xABC61D) is known color: Bahia. HEX triplet: AB, C6 and 1D. RGB value is (171,198,29). Sum of RGB (Red+Green+Blue) = 171+198+29=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC61D is #5439E2. Grayscale: #ABABAB. Windows color (decimal): -5519843 or 1951403. OLE color: 1951403.
HSL color Cylindrical-coordinate representation of color #ABC61D: hue angle of 69.59º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABC61D is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 29 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.22 |
| HSL | 69.59º | 0.74% | 0.45% | - |
| HSV(B) | 69.59º | 0.85% | 0.78% | - |
| XYZ | 37.21 | 49.13 | 8.69 | - |
| YUV | 170.66 | 48.05 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 29 | 0.14 | 0 | 0.85 | 0.22 | 69.59 | 0.74 | 0.45 |
| Hex | AB | C6 | 1D | E | 0 | 55 | 16 | 46 | 4A | 2D |
| Octal | 253 | 306 | 35 | 16 | 0 | 125 | 26 | 106 | 112 | 55 |
| Binary | 10101011 | 11000110 | 11101 | 1110 | 0 | 1010101 | 10110 | 1000110 | 1001010 | 101101 |
Color Harmonies of #ABC61D
Complementary color
Monochromatic Colors of #ABC61D
Black with #ABC61D
Text Example
Text Example
White with #ABC61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC61D; }
p { color: rgb(171,198,29); }
H1.HeaderClassName
{
color: #ABC61D;
}
.AnyTagClassName
{
color: #ABC61D;
}
</style>
background-color css
<style>
a { background-color: #ABC61D; }
a { background-color: rgb(171,198,29); }
div.DivClassName
{
background-color: #ABC61D;
}
.BgClassName
{
background-color: #ABC61D;
}
</style>
border-color css
<style>
span { border-color: #ABC61D; }
span { border-color: rgb(171,198,29); }
td.TdClassName
{
border-color: #ABC61D;
}
.TagClassName
{
border-color: #ABC61D;
}
</style>