Shades of Bahia #ABC51E
Tints of Bahia #ABC51E
RGB
CMYK
RGB Variations
Color information
#ABC51E (or 0xABC51E) is known color: Bahia. HEX triplet: AB, C5 and 1E. RGB value is (171,197,30). Sum of RGB (Red+Green+Blue) = 171+197+30=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC51E is #543AE1. Grayscale: #AAAAAA. Windows color (decimal): -5520098 or 2016683. OLE color: 2016683.
HSL color Cylindrical-coordinate representation of color #ABC51E: hue angle of 69.34º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABC51E is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 30 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.23 |
| HSL | 69.34º | 0.74% | 0.45% | - |
| HSV(B) | 69.34º | 0.85% | 0.77% | - |
| XYZ | 37 | 48.68 | 8.68 | - |
| YUV | 170.19 | 48.89 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 30 | 0.13 | 0 | 0.85 | 0.23 | 69.34 | 0.74 | 0.45 |
| Hex | AB | C5 | 1E | D | 0 | 55 | 17 | 45 | 4A | 2D |
| Octal | 253 | 305 | 36 | 15 | 0 | 125 | 27 | 105 | 112 | 55 |
| Binary | 10101011 | 11000101 | 11110 | 1101 | 0 | 1010101 | 10111 | 1000101 | 1001010 | 101101 |
Color Harmonies of #ABC51E
Complementary color
Monochromatic Colors of #ABC51E
Black with #ABC51E
Text Example
Text Example
White with #ABC51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC51E; }
p { color: rgb(171,197,30); }
H1.HeaderClassName
{
color: #ABC51E;
}
.AnyTagClassName
{
color: #ABC51E;
}
</style>
background-color css
<style>
a { background-color: #ABC51E; }
a { background-color: rgb(171,197,30); }
div.DivClassName
{
background-color: #ABC51E;
}
.BgClassName
{
background-color: #ABC51E;
}
</style>
border-color css
<style>
span { border-color: #ABC51E; }
span { border-color: rgb(171,197,30); }
td.TdClassName
{
border-color: #ABC51E;
}
.TagClassName
{
border-color: #ABC51E;
}
</style>