Shades of Bahia #ABC61C
Tints of Bahia #ABC61C
RGB
CMYK
RGB Variations
Color information
#ABC61C (or 0xABC61C) is known color: Bahia. HEX triplet: AB, C6 and 1C. RGB value is (171,198,28). Sum of RGB (Red+Green+Blue) = 171+198+28=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC61C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC61C is #5439E3. Grayscale: #ABABAB. Windows color (decimal): -5519844 or 1885867. OLE color: 1885867.
HSL color Cylindrical-coordinate representation of color #ABC61C: hue angle of 69.53º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABC61C is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 28 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.22 |
| HSL | 69.53º | 0.75% | 0.44% | - |
| HSV(B) | 69.53º | 0.86% | 0.78% | - |
| XYZ | 37.2 | 49.13 | 8.62 | - |
| YUV | 170.55 | 47.55 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 28 | 0.14 | 0 | 0.86 | 0.22 | 69.53 | 0.75 | 0.44 |
| Hex | AB | C6 | 1C | E | 0 | 56 | 16 | 46 | 4B | 2C |
| Octal | 253 | 306 | 34 | 16 | 0 | 126 | 26 | 106 | 113 | 54 |
| Binary | 10101011 | 11000110 | 11100 | 1110 | 0 | 1010110 | 10110 | 1000110 | 1001011 | 101100 |
Color Harmonies of #ABC61C
Complementary color
Monochromatic Colors of #ABC61C
Black with #ABC61C
Text Example
Text Example
White with #ABC61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC61C; }
p { color: rgb(171,198,28); }
H1.HeaderClassName
{
color: #ABC61C;
}
.AnyTagClassName
{
color: #ABC61C;
}
</style>
background-color css
<style>
a { background-color: #ABC61C; }
a { background-color: rgb(171,198,28); }
div.DivClassName
{
background-color: #ABC61C;
}
.BgClassName
{
background-color: #ABC61C;
}
</style>
border-color css
<style>
span { border-color: #ABC61C; }
span { border-color: rgb(171,198,28); }
td.TdClassName
{
border-color: #ABC61C;
}
.TagClassName
{
border-color: #ABC61C;
}
</style>