Shades of Bahia #ABC22F
Tints of Bahia #ABC22F
RGB
CMYK
RGB Variations
Color information
#ABC22F (or 0xABC22F) is known color: Bahia. HEX triplet: AB, C2 and 2F. RGB value is (171,194,47). Sum of RGB (Red+Green+Blue) = 171+194+47=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 194 (76.17% from 255 or 47.09% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC22F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC22F is #543DD0. Grayscale: #AAAAAA. Windows color (decimal): -5520849 or 3130027. OLE color: 3130027.
HSL color Cylindrical-coordinate representation of color #ABC22F: hue angle of 69.39º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABC22F is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 47 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.24 |
| HSL | 69.39º | 0.61% | 0.47% | - |
| HSV(B) | 69.39º | 0.76% | 0.76% | - |
| XYZ | 36.6 | 47.45 | 9.92 | - |
| YUV | 170.37 | 58.38 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 47 | 0.12 | 0 | 0.76 | 0.24 | 69.39 | 0.61 | 0.47 |
| Hex | AB | C2 | 2F | C | 0 | 4C | 18 | 45 | 3D | 2F |
| Octal | 253 | 302 | 57 | 14 | 0 | 114 | 30 | 105 | 75 | 57 |
| Binary | 10101011 | 11000010 | 101111 | 1100 | 0 | 1001100 | 11000 | 1000101 | 111101 | 101111 |
Color Harmonies of #ABC22F
Complementary color
Monochromatic Colors of #ABC22F
Black with #ABC22F
Text Example
Text Example
White with #ABC22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC22F; }
p { color: rgb(171,194,47); }
H1.HeaderClassName
{
color: #ABC22F;
}
.AnyTagClassName
{
color: #ABC22F;
}
</style>
background-color css
<style>
a { background-color: #ABC22F; }
a { background-color: rgb(171,194,47); }
div.DivClassName
{
background-color: #ABC22F;
}
.BgClassName
{
background-color: #ABC22F;
}
</style>
border-color css
<style>
span { border-color: #ABC22F; }
span { border-color: rgb(171,194,47); }
td.TdClassName
{
border-color: #ABC22F;
}
.TagClassName
{
border-color: #ABC22F;
}
</style>