Shades of Bahia #ABC90E
Tints of Bahia #ABC90E
RGB
CMYK
RGB Variations
Color information
#ABC90E (or 0xABC90E) is known color: Bahia. HEX triplet: AB, C9 and 0E. RGB value is (171,201,14). Sum of RGB (Red+Green+Blue) = 171+201+14=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 201 (78.91% from 255 or 52.07% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC90E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC90E is #5436F1. Grayscale: #ABABAB. Windows color (decimal): -5519090 or 969131. OLE color: 969131.
HSL color Cylindrical-coordinate representation of color #ABC90E: hue angle of 69.63º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABC90E is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 14 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.21 |
| HSL | 69.63º | 0.87% | 0.42% | - |
| HSV(B) | 69.63º | 0.93% | 0.79% | - |
| XYZ | 37.76 | 50.46 | 8.17 | - |
| YUV | 170.71 | 39.56 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 14 | 0.15 | 0 | 0.93 | 0.21 | 69.63 | 0.87 | 0.42 |
| Hex | AB | C9 | E | F | 0 | 5D | 15 | 46 | 57 | 2A |
| Octal | 253 | 311 | 16 | 17 | 0 | 135 | 25 | 106 | 127 | 52 |
| Binary | 10101011 | 11001001 | 1110 | 1111 | 0 | 1011101 | 10101 | 1000110 | 1010111 | 101010 |
Color Harmonies of #ABC90E
Complementary color
Monochromatic Colors of #ABC90E
Black with #ABC90E
Text Example
Text Example
White with #ABC90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC90E; }
p { color: rgb(171,201,14); }
H1.HeaderClassName
{
color: #ABC90E;
}
.AnyTagClassName
{
color: #ABC90E;
}
</style>
background-color css
<style>
a { background-color: #ABC90E; }
a { background-color: rgb(171,201,14); }
div.DivClassName
{
background-color: #ABC90E;
}
.BgClassName
{
background-color: #ABC90E;
}
</style>
border-color css
<style>
span { border-color: #ABC90E; }
span { border-color: rgb(171,201,14); }
td.TdClassName
{
border-color: #ABC90E;
}
.TagClassName
{
border-color: #ABC90E;
}
</style>