Shades of Bahia #ABD21C
Tints of Bahia #ABD21C
RGB
CMYK
RGB Variations
Color information
#ABD21C (or 0xABD21C) is known color: Bahia. HEX triplet: AB, D2 and 1C. RGB value is (171,210,28). Sum of RGB (Red+Green+Blue) = 171+210+28=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD21C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD21C is #542DE3. Grayscale: #B2B2B2. Windows color (decimal): -5516772 or 1888939. OLE color: 1888939.
HSL color Cylindrical-coordinate representation of color #ABD21C: hue angle of 72.86º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABD21C is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 210 | 28 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.18 |
| HSL | 72.86º | 0.76% | 0.47% | - |
| HSV(B) | 72.86º | 0.87% | 0.82% | - |
| XYZ | 40.05 | 54.83 | 9.57 | - |
| YUV | 177.59 | 43.58 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 210 | 28 | 0.19 | 0 | 0.87 | 0.18 | 72.86 | 0.76 | 0.47 |
| Hex | AB | D2 | 1C | 13 | 0 | 57 | 12 | 49 | 4C | 2F |
| Octal | 253 | 322 | 34 | 23 | 0 | 127 | 22 | 111 | 114 | 57 |
| Binary | 10101011 | 11010010 | 11100 | 10011 | 0 | 1010111 | 10010 | 1001001 | 1001100 | 101111 |
Color Harmonies of #ABD21C
Complementary color
Monochromatic Colors of #ABD21C
Black with #ABD21C
Text Example
Text Example
White with #ABD21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD21C; }
p { color: rgb(171,210,28); }
H1.HeaderClassName
{
color: #ABD21C;
}
.AnyTagClassName
{
color: #ABD21C;
}
</style>
background-color css
<style>
a { background-color: #ABD21C; }
a { background-color: rgb(171,210,28); }
div.DivClassName
{
background-color: #ABD21C;
}
.BgClassName
{
background-color: #ABD21C;
}
</style>
border-color css
<style>
span { border-color: #ABD21C; }
span { border-color: rgb(171,210,28); }
td.TdClassName
{
border-color: #ABD21C;
}
.TagClassName
{
border-color: #ABD21C;
}
</style>