Shades of Bahia #ABC619
Tints of Bahia #ABC619
RGB
CMYK
RGB Variations
Color information
#ABC619 (or 0xABC619) is known color: Bahia. HEX triplet: AB, C6 and 19. RGB value is (171,198,25). Sum of RGB (Red+Green+Blue) = 171+198+25=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 198 (77.73% from 255 or 50.25% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC619 is #5439E6. Grayscale: #AAAAAA. Windows color (decimal): -5519847 or 1689259. OLE color: 1689259.
HSL color Cylindrical-coordinate representation of color #ABC619: hue angle of 69.36º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABC619 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 25 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.22 |
| HSL | 69.36º | 0.78% | 0.44% | - |
| HSV(B) | 69.36º | 0.87% | 0.78% | - |
| XYZ | 37.16 | 49.12 | 8.44 | - |
| YUV | 170.21 | 46.05 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 25 | 0.14 | 0 | 0.87 | 0.22 | 69.36 | 0.78 | 0.44 |
| Hex | AB | C6 | 19 | E | 0 | 57 | 16 | 45 | 4E | 2C |
| Octal | 253 | 306 | 31 | 16 | 0 | 127 | 26 | 105 | 116 | 54 |
| Binary | 10101011 | 11000110 | 11001 | 1110 | 0 | 1010111 | 10110 | 1000101 | 1001110 | 101100 |
Color Harmonies of #ABC619
Complementary color
Monochromatic Colors of #ABC619
Black with #ABC619
Text Example
Text Example
White with #ABC619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC619; }
p { color: rgb(171,198,25); }
H1.HeaderClassName
{
color: #ABC619;
}
.AnyTagClassName
{
color: #ABC619;
}
</style>
background-color css
<style>
a { background-color: #ABC619; }
a { background-color: rgb(171,198,25); }
div.DivClassName
{
background-color: #ABC619;
}
.BgClassName
{
background-color: #ABC619;
}
</style>
border-color css
<style>
span { border-color: #ABC619; }
span { border-color: rgb(171,198,25); }
td.TdClassName
{
border-color: #ABC619;
}
.TagClassName
{
border-color: #ABC619;
}
</style>