Shades of Bahia #ABC41D
Tints of Bahia #ABC41D
RGB
CMYK
RGB Variations
Color information
#ABC41D (or 0xABC41D) is known color: Bahia. HEX triplet: AB, C4 and 1D. RGB value is (171,196,29). Sum of RGB (Red+Green+Blue) = 171+196+29=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 196 (76.95% from 255 or 49.49% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC41D is #543BE2. Grayscale: #AAAAAA. Windows color (decimal): -5520355 or 1950891. OLE color: 1950891.
HSL color Cylindrical-coordinate representation of color #ABC41D: hue angle of 68.98º 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 #ABC41D is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 29 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.23 |
| HSL | 68.98º | 0.74% | 0.44% | - |
| HSV(B) | 68.98º | 0.85% | 0.77% | - |
| XYZ | 36.76 | 48.23 | 8.53 | - |
| YUV | 169.49 | 48.72 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 29 | 0.13 | 0 | 0.85 | 0.23 | 68.98 | 0.74 | 0.44 |
| Hex | AB | C4 | 1D | D | 0 | 55 | 17 | 45 | 4A | 2C |
| Octal | 253 | 304 | 35 | 15 | 0 | 125 | 27 | 105 | 112 | 54 |
| Binary | 10101011 | 11000100 | 11101 | 1101 | 0 | 1010101 | 10111 | 1000101 | 1001010 | 101100 |
Color Harmonies of #ABC41D
Complementary color
Monochromatic Colors of #ABC41D
Black with #ABC41D
Text Example
Text Example
White with #ABC41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC41D; }
p { color: rgb(171,196,29); }
H1.HeaderClassName
{
color: #ABC41D;
}
.AnyTagClassName
{
color: #ABC41D;
}
</style>
background-color css
<style>
a { background-color: #ABC41D; }
a { background-color: rgb(171,196,29); }
div.DivClassName
{
background-color: #ABC41D;
}
.BgClassName
{
background-color: #ABC41D;
}
</style>
border-color css
<style>
span { border-color: #ABC41D; }
span { border-color: rgb(171,196,29); }
td.TdClassName
{
border-color: #ABC41D;
}
.TagClassName
{
border-color: #ABC41D;
}
</style>