Shades of Bahia #ABC91E
Tints of Bahia #ABC91E
RGB
CMYK
RGB Variations
Color information
#ABC91E (or 0xABC91E) is known color: Bahia. HEX triplet: AB, C9 and 1E. RGB value is (171,201,30). Sum of RGB (Red+Green+Blue) = 171+201+30=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 201 (78.91% from 255 or 50% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC91E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC91E is #5436E1. Grayscale: #ADADAD. Windows color (decimal): -5519074 or 2017707. OLE color: 2017707.
HSL color Cylindrical-coordinate representation of color #ABC91E: hue angle of 70.53º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABC91E is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 30 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.21 |
| HSL | 70.53º | 0.74% | 0.45% | - |
| HSV(B) | 70.53º | 0.85% | 0.79% | - |
| XYZ | 37.92 | 50.52 | 8.98 | - |
| YUV | 172.54 | 47.56 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 30 | 0.15 | 0 | 0.85 | 0.21 | 70.53 | 0.74 | 0.45 |
| Hex | AB | C9 | 1E | F | 0 | 55 | 15 | 47 | 4A | 2D |
| Octal | 253 | 311 | 36 | 17 | 0 | 125 | 25 | 107 | 112 | 55 |
| Binary | 10101011 | 11001001 | 11110 | 1111 | 0 | 1010101 | 10101 | 1000111 | 1001010 | 101101 |
Color Harmonies of #ABC91E
Complementary color
Monochromatic Colors of #ABC91E
Black with #ABC91E
Text Example
Text Example
White with #ABC91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC91E; }
p { color: rgb(171,201,30); }
H1.HeaderClassName
{
color: #ABC91E;
}
.AnyTagClassName
{
color: #ABC91E;
}
</style>
background-color css
<style>
a { background-color: #ABC91E; }
a { background-color: rgb(171,201,30); }
div.DivClassName
{
background-color: #ABC91E;
}
.BgClassName
{
background-color: #ABC91E;
}
</style>
border-color css
<style>
span { border-color: #ABC91E; }
span { border-color: rgb(171,201,30); }
td.TdClassName
{
border-color: #ABC91E;
}
.TagClassName
{
border-color: #ABC91E;
}
</style>