Shades of Bahia #ABC314
Tints of Bahia #ABC314
RGB
CMYK
RGB Variations
Color information
#ABC314 (or 0xABC314) is known color: Bahia. HEX triplet: AB, C3 and 14. RGB value is (171,195,20). Sum of RGB (Red+Green+Blue) = 171+195+20=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC314 is #543CEB. Grayscale: #A8A8A8. Windows color (decimal): -5520620 or 1360811. OLE color: 1360811.
HSL color Cylindrical-coordinate representation of color #ABC314: hue angle of 68.23º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ABC314 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 20 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.24 |
| HSL | 68.23º | 0.81% | 0.42% | - |
| HSV(B) | 68.23º | 0.9% | 0.76% | - |
| XYZ | 36.44 | 47.74 | 7.96 | - |
| YUV | 167.87 | 44.55 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 20 | 0.12 | 0 | 0.90 | 0.24 | 68.23 | 0.81 | 0.42 |
| Hex | AB | C3 | 14 | C | 0 | 5A | 18 | 44 | 51 | 2A |
| Octal | 253 | 303 | 24 | 14 | 0 | 132 | 30 | 104 | 121 | 52 |
| Binary | 10101011 | 11000011 | 10100 | 1100 | 0 | 1011010 | 11000 | 1000100 | 1010001 | 101010 |
Color Harmonies of #ABC314
Complementary color
Monochromatic Colors of #ABC314
Black with #ABC314
Text Example
Text Example
White with #ABC314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC314; }
p { color: rgb(171,195,20); }
H1.HeaderClassName
{
color: #ABC314;
}
.AnyTagClassName
{
color: #ABC314;
}
</style>
background-color css
<style>
a { background-color: #ABC314; }
a { background-color: rgb(171,195,20); }
div.DivClassName
{
background-color: #ABC314;
}
.BgClassName
{
background-color: #ABC314;
}
</style>
border-color css
<style>
span { border-color: #ABC314; }
span { border-color: rgb(171,195,20); }
td.TdClassName
{
border-color: #ABC314;
}
.TagClassName
{
border-color: #ABC314;
}
</style>