Shades of Bahia #ABC41C
Tints of Bahia #ABC41C
RGB
CMYK
RGB Variations
Color information
#ABC41C (or 0xABC41C) is known color: Bahia. HEX triplet: AB, C4 and 1C. RGB value is (171,196,28). Sum of RGB (Red+Green+Blue) = 171+196+28=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC41C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC41C is #543BE3. Grayscale: #AAAAAA. Windows color (decimal): -5520356 or 1885355. OLE color: 1885355.
HSL color Cylindrical-coordinate representation of color #ABC41C: hue angle of 68.93º 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 #ABC41C is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 196 | 28 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.23 |
| HSL | 68.93º | 0.75% | 0.44% | - |
| HSV(B) | 68.93º | 0.86% | 0.77% | - |
| XYZ | 36.74 | 48.22 | 8.47 | - |
| YUV | 169.37 | 48.22 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 196 | 28 | 0.13 | 0 | 0.86 | 0.23 | 68.93 | 0.75 | 0.44 |
| Hex | AB | C4 | 1C | D | 0 | 56 | 17 | 45 | 4B | 2C |
| Octal | 253 | 304 | 34 | 15 | 0 | 126 | 27 | 105 | 113 | 54 |
| Binary | 10101011 | 11000100 | 11100 | 1101 | 0 | 1010110 | 10111 | 1000101 | 1001011 | 101100 |
Color Harmonies of #ABC41C
Complementary color
Monochromatic Colors of #ABC41C
Black with #ABC41C
Text Example
Text Example
White with #ABC41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC41C; }
p { color: rgb(171,196,28); }
H1.HeaderClassName
{
color: #ABC41C;
}
.AnyTagClassName
{
color: #ABC41C;
}
</style>
background-color css
<style>
a { background-color: #ABC41C; }
a { background-color: rgb(171,196,28); }
div.DivClassName
{
background-color: #ABC41C;
}
.BgClassName
{
background-color: #ABC41C;
}
</style>
border-color css
<style>
span { border-color: #ABC41C; }
span { border-color: rgb(171,196,28); }
td.TdClassName
{
border-color: #ABC41C;
}
.TagClassName
{
border-color: #ABC41C;
}
</style>