Shades of Bahia #ABC11D
Tints of Bahia #ABC11D
RGB
CMYK
RGB Variations
Color information
#ABC11D (or 0xABC11D) is known color: Bahia. HEX triplet: AB, C1 and 1D. RGB value is (171,193,29). Sum of RGB (Red+Green+Blue) = 171+193+29=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 29 (11.72% from 255 or 7.38% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC11D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC11D is #543EE2. Grayscale: #A8A8A8. Windows color (decimal): -5521123 or 1950123. OLE color: 1950123.
HSL color Cylindrical-coordinate representation of color #ABC11D: hue angle of 68.05º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABC11D is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 29 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.24 |
| HSL | 68.05º | 0.74% | 0.44% | - |
| HSV(B) | 68.05º | 0.85% | 0.76% | - |
| XYZ | 36.09 | 46.89 | 8.31 | - |
| YUV | 167.73 | 49.71 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 29 | 0.11 | 0 | 0.85 | 0.24 | 68.05 | 0.74 | 0.44 |
| Hex | AB | C1 | 1D | B | 0 | 55 | 18 | 44 | 4A | 2C |
| Octal | 253 | 301 | 35 | 13 | 0 | 125 | 30 | 104 | 112 | 54 |
| Binary | 10101011 | 11000001 | 11101 | 1011 | 0 | 1010101 | 11000 | 1000100 | 1001010 | 101100 |
Color Harmonies of #ABC11D
Complementary color
Monochromatic Colors of #ABC11D
Black with #ABC11D
Text Example
Text Example
White with #ABC11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC11D; }
p { color: rgb(171,193,29); }
H1.HeaderClassName
{
color: #ABC11D;
}
.AnyTagClassName
{
color: #ABC11D;
}
</style>
background-color css
<style>
a { background-color: #ABC11D; }
a { background-color: rgb(171,193,29); }
div.DivClassName
{
background-color: #ABC11D;
}
.BgClassName
{
background-color: #ABC11D;
}
</style>
border-color css
<style>
span { border-color: #ABC11D; }
span { border-color: rgb(171,193,29); }
td.TdClassName
{
border-color: #ABC11D;
}
.TagClassName
{
border-color: #ABC11D;
}
</style>