Shades of Bahia #ABCA2C
Tints of Bahia #ABCA2C
RGB
CMYK
RGB Variations
Color information
#ABCA2C (or 0xABCA2C) is known color: Bahia. HEX triplet: AB, CA and 2C. RGB value is (171,202,44). Sum of RGB (Red+Green+Blue) = 171+202+44=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 202 (79.30% from 255 or 48.44% from 417); Blue value is 44 (17.58% from 255 or 10.55% from 417); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCA2C is #5435D3. Grayscale: #AFAFAF. Windows color (decimal): -5518804 or 2935467. OLE color: 2935467.
HSL color Cylindrical-coordinate representation of color #ABCA2C: hue angle of 71.77º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABCA2C is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 44 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.21 |
| HSL | 71.77º | 0.64% | 0.48% | - |
| HSV(B) | 71.77º | 0.78% | 0.79% | - |
| XYZ | 38.37 | 51.08 | 10.22 | - |
| YUV | 174.72 | 54.23 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 44 | 0.15 | 0 | 0.78 | 0.21 | 71.77 | 0.64 | 0.48 |
| Hex | AB | CA | 2C | F | 0 | 4E | 15 | 48 | 40 | 30 |
| Octal | 253 | 312 | 54 | 17 | 0 | 116 | 25 | 110 | 100 | 60 |
| Binary | 10101011 | 11001010 | 101100 | 1111 | 0 | 1001110 | 10101 | 1001000 | 1000000 | 110000 |
Color Harmonies of #ABCA2C
Complementary color
Monochromatic Colors of #ABCA2C
Black with #ABCA2C
Text Example
Text Example
White with #ABCA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCA2C; }
p { color: rgb(171,202,44); }
H1.HeaderClassName
{
color: #ABCA2C;
}
.AnyTagClassName
{
color: #ABCA2C;
}
</style>
background-color css
<style>
a { background-color: #ABCA2C; }
a { background-color: rgb(171,202,44); }
div.DivClassName
{
background-color: #ABCA2C;
}
.BgClassName
{
background-color: #ABCA2C;
}
</style>
border-color css
<style>
span { border-color: #ABCA2C; }
span { border-color: rgb(171,202,44); }
td.TdClassName
{
border-color: #ABCA2C;
}
.TagClassName
{
border-color: #ABCA2C;
}
</style>