Shades of Bahia #ABC70B
Tints of Bahia #ABC70B
RGB
CMYK
RGB Variations
Color information
#ABC70B (or 0xABC70B) is known color: Bahia. HEX triplet: AB, C7 and 0B. RGB value is (171,199,11). Sum of RGB (Red+Green+Blue) = 171+199+11=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 199 (78.12% from 255 or 52.23% from 381); Blue value is 11 (4.69% from 255 or 2.89% from 381); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC70B is #5438F4. Grayscale: #A9A9A9. Windows color (decimal): -5519605 or 772011. OLE color: 772011.
HSL color Cylindrical-coordinate representation of color #ABC70B: hue angle of 68.94º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABC70B is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 11 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.22 |
| HSL | 68.94º | 0.9% | 0.41% | - |
| HSV(B) | 68.94º | 0.94% | 0.78% | - |
| XYZ | 37.28 | 49.53 | 7.91 | - |
| YUV | 169.2 | 38.72 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 11 | 0.14 | 0 | 0.94 | 0.22 | 68.94 | 0.9 | 0.41 |
| Hex | AB | C7 | B | E | 0 | 5E | 16 | 45 | 5A | 29 |
| Octal | 253 | 307 | 13 | 16 | 0 | 136 | 26 | 105 | 132 | 51 |
| Binary | 10101011 | 11000111 | 1011 | 1110 | 0 | 1011110 | 10110 | 1000101 | 1011010 | 101001 |
Color Harmonies of #ABC70B
Complementary color
Monochromatic Colors of #ABC70B
Black with #ABC70B
Text Example
Text Example
White with #ABC70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC70B; }
p { color: rgb(171,199,11); }
H1.HeaderClassName
{
color: #ABC70B;
}
.AnyTagClassName
{
color: #ABC70B;
}
</style>
background-color css
<style>
a { background-color: #ABC70B; }
a { background-color: rgb(171,199,11); }
div.DivClassName
{
background-color: #ABC70B;
}
.BgClassName
{
background-color: #ABC70B;
}
</style>
border-color css
<style>
span { border-color: #ABC70B; }
span { border-color: rgb(171,199,11); }
td.TdClassName
{
border-color: #ABC70B;
}
.TagClassName
{
border-color: #ABC70B;
}
</style>