Shades of Bahia #ABC81C
Tints of Bahia #ABC81C
RGB
CMYK
RGB Variations
Color information
#ABC81C (or 0xABC81C) is known color: Bahia. HEX triplet: AB, C8 and 1C. RGB value is (171,200,28). Sum of RGB (Red+Green+Blue) = 171+200+28=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC81C is #5437E3. Grayscale: #ACACAC. Windows color (decimal): -5519332 or 1886379. OLE color: 1886379.
HSL color Cylindrical-coordinate representation of color #ABC81C: hue angle of 70.12º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABC81C is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 200 | 28 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.22 |
| HSL | 70.12º | 0.75% | 0.45% | - |
| HSV(B) | 70.12º | 0.86% | 0.78% | - |
| XYZ | 37.66 | 50.05 | 8.77 | - |
| YUV | 171.72 | 46.89 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 28 | 0.14 | 0 | 0.86 | 0.22 | 70.12 | 0.75 | 0.45 |
| Hex | AB | C8 | 1C | E | 0 | 56 | 16 | 46 | 4B | 2D |
| Octal | 253 | 310 | 34 | 16 | 0 | 126 | 26 | 106 | 113 | 55 |
| Binary | 10101011 | 11001000 | 11100 | 1110 | 0 | 1010110 | 10110 | 1000110 | 1001011 | 101101 |
Color Harmonies of #ABC81C
Complementary color
Monochromatic Colors of #ABC81C
Black with #ABC81C
Text Example
Text Example
White with #ABC81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC81C; }
p { color: rgb(171,200,28); }
H1.HeaderClassName
{
color: #ABC81C;
}
.AnyTagClassName
{
color: #ABC81C;
}
</style>
background-color css
<style>
a { background-color: #ABC81C; }
a { background-color: rgb(171,200,28); }
div.DivClassName
{
background-color: #ABC81C;
}
.BgClassName
{
background-color: #ABC81C;
}
</style>
border-color css
<style>
span { border-color: #ABC81C; }
span { border-color: rgb(171,200,28); }
td.TdClassName
{
border-color: #ABC81C;
}
.TagClassName
{
border-color: #ABC81C;
}
</style>