Shades of Bahia #ABC02C
Tints of Bahia #ABC02C
RGB
CMYK
RGB Variations
Color information
#ABC02C (or 0xABC02C) is known color: Bahia. HEX triplet: AB, C0 and 2C. RGB value is (171,192,44). Sum of RGB (Red+Green+Blue) = 171+192+44=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC02C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC02C is #543FD3. Grayscale: #A9A9A9. Windows color (decimal): -5521364 or 2932907. OLE color: 2932907.
HSL color Cylindrical-coordinate representation of color #ABC02C: hue angle of 68.51º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ABC02C is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 44 | - |
| CMYK | 0.11 | 0 | 0.77 | 0.25 |
| HSL | 68.51º | 0.63% | 0.46% | - |
| HSV(B) | 68.51º | 0.77% | 0.75% | - |
| XYZ | 36.1 | 46.54 | 9.46 | - |
| YUV | 168.85 | 57.54 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 44 | 0.11 | 0 | 0.77 | 0.25 | 68.51 | 0.63 | 0.46 |
| Hex | AB | C0 | 2C | B | 0 | 4D | 19 | 45 | 3F | 2E |
| Octal | 253 | 300 | 54 | 13 | 0 | 115 | 31 | 105 | 77 | 56 |
| Binary | 10101011 | 11000000 | 101100 | 1011 | 0 | 1001101 | 11001 | 1000101 | 111111 | 101110 |
Color Harmonies of #ABC02C
Complementary color
Monochromatic Colors of #ABC02C
Black with #ABC02C
Text Example
Text Example
White with #ABC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC02C; }
p { color: rgb(171,192,44); }
H1.HeaderClassName
{
color: #ABC02C;
}
.AnyTagClassName
{
color: #ABC02C;
}
</style>
background-color css
<style>
a { background-color: #ABC02C; }
a { background-color: rgb(171,192,44); }
div.DivClassName
{
background-color: #ABC02C;
}
.BgClassName
{
background-color: #ABC02C;
}
</style>
border-color css
<style>
span { border-color: #ABC02C; }
span { border-color: rgb(171,192,44); }
td.TdClassName
{
border-color: #ABC02C;
}
.TagClassName
{
border-color: #ABC02C;
}
</style>