Shades of Bahia #ABC00D
Tints of Bahia #ABC00D
RGB
CMYK
RGB Variations
Color information
#ABC00D (or 0xABC00D) is known color: Bahia. HEX triplet: AB, C0 and 0D. RGB value is (171,192,13). Sum of RGB (Red+Green+Blue) = 171+192+13=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 192 (75.39% from 255 or 51.06% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC00D is #543FF2. Grayscale: #A6A6A6. Windows color (decimal): -5521395 or 901291. OLE color: 901291.
HSL color Cylindrical-coordinate representation of color #ABC00D: hue angle of 67.04º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABC00D is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 13 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.25 |
| HSL | 67.04º | 0.87% | 0.4% | - |
| HSV(B) | 67.04º | 0.93% | 0.75% | - |
| XYZ | 35.72 | 46.39 | 7.45 | - |
| YUV | 165.32 | 42.04 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 13 | 0.11 | 0 | 0.93 | 0.25 | 67.04 | 0.87 | 0.4 |
| Hex | AB | C0 | D | B | 0 | 5D | 19 | 43 | 57 | 28 |
| Octal | 253 | 300 | 15 | 13 | 0 | 135 | 31 | 103 | 127 | 50 |
| Binary | 10101011 | 11000000 | 1101 | 1011 | 0 | 1011101 | 11001 | 1000011 | 1010111 | 101000 |
Color Harmonies of #ABC00D
Complementary color
Monochromatic Colors of #ABC00D
Black with #ABC00D
Text Example
Text Example
White with #ABC00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC00D; }
p { color: rgb(171,192,13); }
H1.HeaderClassName
{
color: #ABC00D;
}
.AnyTagClassName
{
color: #ABC00D;
}
</style>
background-color css
<style>
a { background-color: #ABC00D; }
a { background-color: rgb(171,192,13); }
div.DivClassName
{
background-color: #ABC00D;
}
.BgClassName
{
background-color: #ABC00D;
}
</style>
border-color css
<style>
span { border-color: #ABC00D; }
span { border-color: rgb(171,192,13); }
td.TdClassName
{
border-color: #ABC00D;
}
.TagClassName
{
border-color: #ABC00D;
}
</style>