Shades of Bahia #ABC90C
Tints of Bahia #ABC90C
RGB
CMYK
RGB Variations
Color information
#ABC90C (or 0xABC90C) is known color: Bahia. HEX triplet: AB, C9 and 0C. RGB value is (171,201,12). Sum of RGB (Red+Green+Blue) = 171+201+12=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC90C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC90C is #5436F3. Grayscale: #ABABAB. Windows color (decimal): -5519092 or 838059. OLE color: 838059.
HSL color Cylindrical-coordinate representation of color #ABC90C: hue angle of 69.52º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABC90C is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 12 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.21 |
| HSL | 69.52º | 0.89% | 0.42% | - |
| HSV(B) | 69.52º | 0.94% | 0.79% | - |
| XYZ | 37.75 | 50.46 | 8.1 | - |
| YUV | 170.48 | 38.56 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 12 | 0.15 | 0 | 0.94 | 0.21 | 69.52 | 0.89 | 0.42 |
| Hex | AB | C9 | C | F | 0 | 5E | 15 | 46 | 59 | 2A |
| Octal | 253 | 311 | 14 | 17 | 0 | 136 | 25 | 106 | 131 | 52 |
| Binary | 10101011 | 11001001 | 1100 | 1111 | 0 | 1011110 | 10101 | 1000110 | 1011001 | 101010 |
Color Harmonies of #ABC90C
Complementary color
Monochromatic Colors of #ABC90C
Black with #ABC90C
Text Example
Text Example
White with #ABC90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC90C; }
p { color: rgb(171,201,12); }
H1.HeaderClassName
{
color: #ABC90C;
}
.AnyTagClassName
{
color: #ABC90C;
}
</style>
background-color css
<style>
a { background-color: #ABC90C; }
a { background-color: rgb(171,201,12); }
div.DivClassName
{
background-color: #ABC90C;
}
.BgClassName
{
background-color: #ABC90C;
}
</style>
border-color css
<style>
span { border-color: #ABC90C; }
span { border-color: rgb(171,201,12); }
td.TdClassName
{
border-color: #ABC90C;
}
.TagClassName
{
border-color: #ABC90C;
}
</style>