Shades of Bahia #ABC711
Tints of Bahia #ABC711
RGB
CMYK
RGB Variations
Color information
#ABC711 (or 0xABC711) is known color: Bahia. HEX triplet: AB, C7 and 11. RGB value is (171,199,17). Sum of RGB (Red+Green+Blue) = 171+199+17=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 199 (78.12% from 255 or 51.42% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC711 is #5438EE. Grayscale: #AAAAAA. Windows color (decimal): -5519599 or 1165227. OLE color: 1165227.
HSL color Cylindrical-coordinate representation of color #ABC711: hue angle of 69.23º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABC711 is Cyan = 0.14, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 17 | - |
| CMYK | 0.14 | 0 | 0.91 | 0.22 |
| HSL | 69.23º | 0.84% | 0.42% | - |
| HSV(B) | 69.23º | 0.91% | 0.78% | - |
| XYZ | 37.32 | 49.55 | 8.13 | - |
| YUV | 169.88 | 41.72 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 17 | 0.14 | 0 | 0.91 | 0.22 | 69.23 | 0.84 | 0.42 |
| Hex | AB | C7 | 11 | E | 0 | 5B | 16 | 45 | 54 | 2A |
| Octal | 253 | 307 | 21 | 16 | 0 | 133 | 26 | 105 | 124 | 52 |
| Binary | 10101011 | 11000111 | 10001 | 1110 | 0 | 1011011 | 10110 | 1000101 | 1010100 | 101010 |
Color Harmonies of #ABC711
Complementary color
Monochromatic Colors of #ABC711
Black with #ABC711
Text Example
Text Example
White with #ABC711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC711; }
p { color: rgb(171,199,17); }
H1.HeaderClassName
{
color: #ABC711;
}
.AnyTagClassName
{
color: #ABC711;
}
</style>
background-color css
<style>
a { background-color: #ABC711; }
a { background-color: rgb(171,199,17); }
div.DivClassName
{
background-color: #ABC711;
}
.BgClassName
{
background-color: #ABC711;
}
</style>
border-color css
<style>
span { border-color: #ABC711; }
span { border-color: rgb(171,199,17); }
td.TdClassName
{
border-color: #ABC711;
}
.TagClassName
{
border-color: #ABC711;
}
</style>