Shades of Bahia #ABBC2C
Tints of Bahia #ABBC2C
RGB
CMYK
RGB Variations
Color information
#ABBC2C (or 0xABBC2C) is known color: Bahia. HEX triplet: AB, BC and 2C. RGB value is (171,188,44). Sum of RGB (Red+Green+Blue) = 171+188+44=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBC2C is #5443D3. Grayscale: #A7A7A7. Windows color (decimal): -5522388 or 2931883. OLE color: 2931883.
HSL color Cylindrical-coordinate representation of color #ABBC2C: hue angle of 67.08º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABBC2C is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 44 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.26 |
| HSL | 67.08º | 0.62% | 0.45% | - |
| HSV(B) | 67.08º | 0.77% | 0.74% | - |
| XYZ | 35.23 | 44.81 | 9.17 | - |
| YUV | 166.5 | 58.87 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 44 | 0.09 | 0 | 0.77 | 0.26 | 67.08 | 0.62 | 0.45 |
| Hex | AB | BC | 2C | 9 | 0 | 4D | 1A | 43 | 3E | 2D |
| Octal | 253 | 274 | 54 | 11 | 0 | 115 | 32 | 103 | 76 | 55 |
| Binary | 10101011 | 10111100 | 101100 | 1001 | 0 | 1001101 | 11010 | 1000011 | 111110 | 101101 |
Color Harmonies of #ABBC2C
Complementary color
Monochromatic Colors of #ABBC2C
Black with #ABBC2C
Text Example
Text Example
White with #ABBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC2C; }
p { color: rgb(171,188,44); }
H1.HeaderClassName
{
color: #ABBC2C;
}
.AnyTagClassName
{
color: #ABBC2C;
}
</style>
background-color css
<style>
a { background-color: #ABBC2C; }
a { background-color: rgb(171,188,44); }
div.DivClassName
{
background-color: #ABBC2C;
}
.BgClassName
{
background-color: #ABBC2C;
}
</style>
border-color css
<style>
span { border-color: #ABBC2C; }
span { border-color: rgb(171,188,44); }
td.TdClassName
{
border-color: #ABBC2C;
}
.TagClassName
{
border-color: #ABBC2C;
}
</style>