Shades of Bahia #ABC313
Tints of Bahia #ABC313
RGB
CMYK
RGB Variations
Color information
#ABC313 (or 0xABC313) is known color: Bahia. HEX triplet: AB, C3 and 13. RGB value is (171,195,19). Sum of RGB (Red+Green+Blue) = 171+195+19=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC313 is #543CEC. Grayscale: #A8A8A8. Windows color (decimal): -5520621 or 1295275. OLE color: 1295275.
HSL color Cylindrical-coordinate representation of color #ABC313: hue angle of 68.18º degrees, saturation: 0.82, 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 #ABC313 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 19 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.24 |
| HSL | 68.18º | 0.82% | 0.42% | - |
| HSV(B) | 68.18º | 0.9% | 0.76% | - |
| XYZ | 36.43 | 47.74 | 7.91 | - |
| YUV | 167.76 | 44.05 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 19 | 0.12 | 0 | 0.90 | 0.24 | 68.18 | 0.82 | 0.42 |
| Hex | AB | C3 | 13 | C | 0 | 5A | 18 | 44 | 52 | 2A |
| Octal | 253 | 303 | 23 | 14 | 0 | 132 | 30 | 104 | 122 | 52 |
| Binary | 10101011 | 11000011 | 10011 | 1100 | 0 | 1011010 | 11000 | 1000100 | 1010010 | 101010 |
Color Harmonies of #ABC313
Complementary color
Monochromatic Colors of #ABC313
Black with #ABC313
Text Example
Text Example
White with #ABC313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC313; }
p { color: rgb(171,195,19); }
H1.HeaderClassName
{
color: #ABC313;
}
.AnyTagClassName
{
color: #ABC313;
}
</style>
background-color css
<style>
a { background-color: #ABC313; }
a { background-color: rgb(171,195,19); }
div.DivClassName
{
background-color: #ABC313;
}
.BgClassName
{
background-color: #ABC313;
}
</style>
border-color css
<style>
span { border-color: #ABC313; }
span { border-color: rgb(171,195,19); }
td.TdClassName
{
border-color: #ABC313;
}
.TagClassName
{
border-color: #ABC313;
}
</style>