Shades of Bahia #ABC12B
Tints of Bahia #ABC12B
RGB
CMYK
RGB Variations
Color information
#ABC12B (or 0xABC12B) is known color: Bahia. HEX triplet: AB, C1 and 2B. RGB value is (171,193,43). Sum of RGB (Red+Green+Blue) = 171+193+43=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC12B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC12B is #543ED4. Grayscale: #A9A9A9. Windows color (decimal): -5521109 or 2867627. OLE color: 2867627.
HSL color Cylindrical-coordinate representation of color #ABC12B: hue angle of 68.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABC12B is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 193 | 43 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.24 |
| HSL | 68.8º | 0.64% | 0.46% | - |
| HSV(B) | 68.8º | 0.78% | 0.76% | - |
| XYZ | 36.3 | 46.97 | 9.44 | - |
| YUV | 169.32 | 56.71 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 193 | 43 | 0.11 | 0 | 0.78 | 0.24 | 68.8 | 0.64 | 0.46 |
| Hex | AB | C1 | 2B | B | 0 | 4E | 18 | 45 | 40 | 2E |
| Octal | 253 | 301 | 53 | 13 | 0 | 116 | 30 | 105 | 100 | 56 |
| Binary | 10101011 | 11000001 | 101011 | 1011 | 0 | 1001110 | 11000 | 1000101 | 1000000 | 101110 |
Color Harmonies of #ABC12B
Complementary color
Monochromatic Colors of #ABC12B
Black with #ABC12B
Text Example
Text Example
White with #ABC12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC12B; }
p { color: rgb(171,193,43); }
H1.HeaderClassName
{
color: #ABC12B;
}
.AnyTagClassName
{
color: #ABC12B;
}
</style>
background-color css
<style>
a { background-color: #ABC12B; }
a { background-color: rgb(171,193,43); }
div.DivClassName
{
background-color: #ABC12B;
}
.BgClassName
{
background-color: #ABC12B;
}
</style>
border-color css
<style>
span { border-color: #ABC12B; }
span { border-color: rgb(171,193,43); }
td.TdClassName
{
border-color: #ABC12B;
}
.TagClassName
{
border-color: #ABC12B;
}
</style>