Shades of Bahia #ABC71C
Tints of Bahia #ABC71C
RGB
CMYK
RGB Variations
Color information
#ABC71C (or 0xABC71C) is known color: Bahia. HEX triplet: AB, C7 and 1C. RGB value is (171,199,28). Sum of RGB (Red+Green+Blue) = 171+199+28=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 199 (78.12% from 255 or 50% from 398); Blue value is 28 (11.33% from 255 or 7.04% from 398); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC71C is #5438E3. Grayscale: #ABABAB. Windows color (decimal): -5519588 or 1886123. OLE color: 1886123.
HSL color Cylindrical-coordinate representation of color #ABC71C: hue angle of 69.82º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABC71C is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 28 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.22 |
| HSL | 69.82º | 0.75% | 0.45% | - |
| HSV(B) | 69.82º | 0.86% | 0.78% | - |
| XYZ | 37.43 | 49.59 | 8.7 | - |
| YUV | 171.13 | 47.22 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 28 | 0.14 | 0 | 0.86 | 0.22 | 69.82 | 0.75 | 0.45 |
| Hex | AB | C7 | 1C | E | 0 | 56 | 16 | 46 | 4B | 2D |
| Octal | 253 | 307 | 34 | 16 | 0 | 126 | 26 | 106 | 113 | 55 |
| Binary | 10101011 | 11000111 | 11100 | 1110 | 0 | 1010110 | 10110 | 1000110 | 1001011 | 101101 |
Color Harmonies of #ABC71C
Complementary color
Monochromatic Colors of #ABC71C
Black with #ABC71C
Text Example
Text Example
White with #ABC71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC71C; }
p { color: rgb(171,199,28); }
H1.HeaderClassName
{
color: #ABC71C;
}
.AnyTagClassName
{
color: #ABC71C;
}
</style>
background-color css
<style>
a { background-color: #ABC71C; }
a { background-color: rgb(171,199,28); }
div.DivClassName
{
background-color: #ABC71C;
}
.BgClassName
{
background-color: #ABC71C;
}
</style>
border-color css
<style>
span { border-color: #ABC71C; }
span { border-color: rgb(171,199,28); }
td.TdClassName
{
border-color: #ABC71C;
}
.TagClassName
{
border-color: #ABC71C;
}
</style>