Shades of Bahia #ABC226
Tints of Bahia #ABC226
RGB
CMYK
RGB Variations
Color information
#ABC226 (or 0xABC226) is known color: Bahia. HEX triplet: AB, C2 and 26. RGB value is (171,194,38). Sum of RGB (Red+Green+Blue) = 171+194+38=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC226 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC226 is #543DD9. Grayscale: #A9A9A9. Windows color (decimal): -5520858 or 2540203. OLE color: 2540203.
HSL color Cylindrical-coordinate representation of color #ABC226: hue angle of 68.85º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABC226 is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 38 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.24 |
| HSL | 68.85º | 0.67% | 0.45% | - |
| HSV(B) | 68.85º | 0.8% | 0.76% | - |
| XYZ | 36.44 | 47.38 | 9.06 | - |
| YUV | 169.34 | 53.88 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 38 | 0.12 | 0 | 0.80 | 0.24 | 68.85 | 0.67 | 0.45 |
| Hex | AB | C2 | 26 | C | 0 | 50 | 18 | 45 | 43 | 2D |
| Octal | 253 | 302 | 46 | 14 | 0 | 120 | 30 | 105 | 103 | 55 |
| Binary | 10101011 | 11000010 | 100110 | 1100 | 0 | 1010000 | 11000 | 1000101 | 1000011 | 101101 |
Color Harmonies of #ABC226
Complementary color
Monochromatic Colors of #ABC226
Black with #ABC226
Text Example
Text Example
White with #ABC226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC226; }
p { color: rgb(171,194,38); }
H1.HeaderClassName
{
color: #ABC226;
}
.AnyTagClassName
{
color: #ABC226;
}
</style>
background-color css
<style>
a { background-color: #ABC226; }
a { background-color: rgb(171,194,38); }
div.DivClassName
{
background-color: #ABC226;
}
.BgClassName
{
background-color: #ABC226;
}
</style>
border-color css
<style>
span { border-color: #ABC226; }
span { border-color: rgb(171,194,38); }
td.TdClassName
{
border-color: #ABC226;
}
.TagClassName
{
border-color: #ABC226;
}
</style>