Shades of Bahia #ABC614
Tints of Bahia #ABC614
RGB
CMYK
RGB Variations
Color information
#ABC614 (or 0xABC614) is known color: Bahia. HEX triplet: AB, C6 and 14. RGB value is (171,198,20). Sum of RGB (Red+Green+Blue) = 171+198+20=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC614 is #5439EB. Grayscale: #AAAAAA. Windows color (decimal): -5519852 or 1361579. OLE color: 1361579.
HSL color Cylindrical-coordinate representation of color #ABC614: hue angle of 69.1º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABC614 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 20 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.22 |
| HSL | 69.1º | 0.82% | 0.43% | - |
| HSV(B) | 69.1º | 0.9% | 0.78% | - |
| XYZ | 37.11 | 49.1 | 8.18 | - |
| YUV | 169.64 | 43.55 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 20 | 0.14 | 0 | 0.90 | 0.22 | 69.1 | 0.82 | 0.43 |
| Hex | AB | C6 | 14 | E | 0 | 5A | 16 | 45 | 52 | 2B |
| Octal | 253 | 306 | 24 | 16 | 0 | 132 | 26 | 105 | 122 | 53 |
| Binary | 10101011 | 11000110 | 10100 | 1110 | 0 | 1011010 | 10110 | 1000101 | 1010010 | 101011 |
Color Harmonies of #ABC614
Complementary color
Monochromatic Colors of #ABC614
Black with #ABC614
Text Example
Text Example
White with #ABC614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC614; }
p { color: rgb(171,198,20); }
H1.HeaderClassName
{
color: #ABC614;
}
.AnyTagClassName
{
color: #ABC614;
}
</style>
background-color css
<style>
a { background-color: #ABC614; }
a { background-color: rgb(171,198,20); }
div.DivClassName
{
background-color: #ABC614;
}
.BgClassName
{
background-color: #ABC614;
}
</style>
border-color css
<style>
span { border-color: #ABC614; }
span { border-color: rgb(171,198,20); }
td.TdClassName
{
border-color: #ABC614;
}
.TagClassName
{
border-color: #ABC614;
}
</style>