Shades of Bahia #ABC41F
Tints of Bahia #ABC41F
RGB
CMYK
RGB Variations
Color information
#ABC41F (or 0xABC41F) is known color: Bahia. HEX triplet: AB, C4 and 1F. RGB value is (171,196,31). Sum of RGB (Red+Green+Blue) = 171+196+31=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 31 (12.5% from 255 or 7.79% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC41F is #543BE0. Grayscale: #AAAAAA. Windows color (decimal): -5520353 or 2081963. OLE color: 2081963.
HSL color Cylindrical-coordinate representation of color #ABC41F: hue angle of 69.09º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABC41F is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 31 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.23 |
| HSL | 69.09º | 0.73% | 0.45% | - |
| HSV(B) | 69.09º | 0.84% | 0.77% | - |
| XYZ | 36.78 | 48.24 | 8.67 | - |
| YUV | 169.72 | 49.72 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 31 | 0.13 | 0 | 0.84 | 0.23 | 69.09 | 0.73 | 0.45 |
| Hex | AB | C4 | 1F | D | 0 | 54 | 17 | 45 | 49 | 2D |
| Octal | 253 | 304 | 37 | 15 | 0 | 124 | 27 | 105 | 111 | 55 |
| Binary | 10101011 | 11000100 | 11111 | 1101 | 0 | 1010100 | 10111 | 1000101 | 1001001 | 101101 |
Color Harmonies of #ABC41F
Complementary color
Monochromatic Colors of #ABC41F
Black with #ABC41F
Text Example
Text Example
White with #ABC41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC41F; }
p { color: rgb(171,196,31); }
H1.HeaderClassName
{
color: #ABC41F;
}
.AnyTagClassName
{
color: #ABC41F;
}
</style>
background-color css
<style>
a { background-color: #ABC41F; }
a { background-color: rgb(171,196,31); }
div.DivClassName
{
background-color: #ABC41F;
}
.BgClassName
{
background-color: #ABC41F;
}
</style>
border-color css
<style>
span { border-color: #ABC41F; }
span { border-color: rgb(171,196,31); }
td.TdClassName
{
border-color: #ABC41F;
}
.TagClassName
{
border-color: #ABC41F;
}
</style>