Shades of Bahia #ABC51C
Tints of Bahia #ABC51C
RGB
CMYK
RGB Variations
Color information
#ABC51C (or 0xABC51C) is known color: Bahia. HEX triplet: AB, C5 and 1C. RGB value is (171,197,28). Sum of RGB (Red+Green+Blue) = 171+197+28=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC51C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC51C is #543AE3. Grayscale: #AAAAAA. Windows color (decimal): -5520100 or 1885611. OLE color: 1885611.
HSL color Cylindrical-coordinate representation of color #ABC51C: hue angle of 69.23º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABC51C is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 197 | 28 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.23 |
| HSL | 69.23º | 0.75% | 0.44% | - |
| HSV(B) | 69.23º | 0.86% | 0.77% | - |
| XYZ | 36.97 | 48.67 | 8.55 | - |
| YUV | 169.96 | 47.89 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 197 | 28 | 0.13 | 0 | 0.86 | 0.23 | 69.23 | 0.75 | 0.44 |
| Hex | AB | C5 | 1C | D | 0 | 56 | 17 | 45 | 4B | 2C |
| Octal | 253 | 305 | 34 | 15 | 0 | 126 | 27 | 105 | 113 | 54 |
| Binary | 10101011 | 11000101 | 11100 | 1101 | 0 | 1010110 | 10111 | 1000101 | 1001011 | 101100 |
Color Harmonies of #ABC51C
Complementary color
Monochromatic Colors of #ABC51C
Black with #ABC51C
Text Example
Text Example
White with #ABC51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC51C; }
p { color: rgb(171,197,28); }
H1.HeaderClassName
{
color: #ABC51C;
}
.AnyTagClassName
{
color: #ABC51C;
}
</style>
background-color css
<style>
a { background-color: #ABC51C; }
a { background-color: rgb(171,197,28); }
div.DivClassName
{
background-color: #ABC51C;
}
.BgClassName
{
background-color: #ABC51C;
}
</style>
border-color css
<style>
span { border-color: #ABC51C; }
span { border-color: rgb(171,197,28); }
td.TdClassName
{
border-color: #ABC51C;
}
.TagClassName
{
border-color: #ABC51C;
}
</style>