Shades of Bahia #ABC231
Tints of Bahia #ABC231
RGB
CMYK
RGB Variations
Color information
#ABC231 (or 0xABC231) is known color: Bahia. HEX triplet: AB, C2 and 31. RGB value is (171,194,49). Sum of RGB (Red+Green+Blue) = 171+194+49=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 194 (76.17% from 255 or 46.86% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC231 is #543DCE. Grayscale: #ABABAB. Windows color (decimal): -5520847 or 3261099. OLE color: 3261099.
HSL color Cylindrical-coordinate representation of color #ABC231: hue angle of 69.52º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABC231 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 194 | 49 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.24 |
| HSL | 69.52º | 0.6% | 0.48% | - |
| HSV(B) | 69.52º | 0.75% | 0.76% | - |
| XYZ | 36.64 | 47.46 | 10.14 | - |
| YUV | 170.59 | 59.38 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 194 | 49 | 0.12 | 0 | 0.75 | 0.24 | 69.52 | 0.6 | 0.48 |
| Hex | AB | C2 | 31 | C | 0 | 4B | 18 | 46 | 3C | 30 |
| Octal | 253 | 302 | 61 | 14 | 0 | 113 | 30 | 106 | 74 | 60 |
| Binary | 10101011 | 11000010 | 110001 | 1100 | 0 | 1001011 | 11000 | 1000110 | 111100 | 110000 |
Color Harmonies of #ABC231
Complementary color
Monochromatic Colors of #ABC231
Black with #ABC231
Text Example
Text Example
White with #ABC231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC231; }
p { color: rgb(171,194,49); }
H1.HeaderClassName
{
color: #ABC231;
}
.AnyTagClassName
{
color: #ABC231;
}
</style>
background-color css
<style>
a { background-color: #ABC231; }
a { background-color: rgb(171,194,49); }
div.DivClassName
{
background-color: #ABC231;
}
.BgClassName
{
background-color: #ABC231;
}
</style>
border-color css
<style>
span { border-color: #ABC231; }
span { border-color: rgb(171,194,49); }
td.TdClassName
{
border-color: #ABC231;
}
.TagClassName
{
border-color: #ABC231;
}
</style>