Shades of Bahia #ABC713
Tints of Bahia #ABC713
RGB
CMYK
RGB Variations
Color information
#ABC713 (or 0xABC713) is known color: Bahia. HEX triplet: AB, C7 and 13. RGB value is (171,199,19). Sum of RGB (Red+Green+Blue) = 171+199+19=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 199 (78.12% from 255 or 51.16% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC713 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC713 is #5438EC. Grayscale: #AAAAAA. Windows color (decimal): -5519597 or 1296299. OLE color: 1296299.
HSL color Cylindrical-coordinate representation of color #ABC713: hue angle of 69.33º degrees, saturation: 0.83, 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 #ABC713 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 19 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.22 |
| HSL | 69.33º | 0.83% | 0.43% | - |
| HSV(B) | 69.33º | 0.9% | 0.78% | - |
| XYZ | 37.34 | 49.55 | 8.21 | - |
| YUV | 170.11 | 42.72 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 19 | 0.14 | 0 | 0.90 | 0.22 | 69.33 | 0.83 | 0.43 |
| Hex | AB | C7 | 13 | E | 0 | 5A | 16 | 45 | 53 | 2B |
| Octal | 253 | 307 | 23 | 16 | 0 | 132 | 26 | 105 | 123 | 53 |
| Binary | 10101011 | 11000111 | 10011 | 1110 | 0 | 1011010 | 10110 | 1000101 | 1010011 | 101011 |
Color Harmonies of #ABC713
Complementary color
Monochromatic Colors of #ABC713
Black with #ABC713
Text Example
Text Example
White with #ABC713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC713; }
p { color: rgb(171,199,19); }
H1.HeaderClassName
{
color: #ABC713;
}
.AnyTagClassName
{
color: #ABC713;
}
</style>
background-color css
<style>
a { background-color: #ABC713; }
a { background-color: rgb(171,199,19); }
div.DivClassName
{
background-color: #ABC713;
}
.BgClassName
{
background-color: #ABC713;
}
</style>
border-color css
<style>
span { border-color: #ABC713; }
span { border-color: rgb(171,199,19); }
td.TdClassName
{
border-color: #ABC713;
}
.TagClassName
{
border-color: #ABC713;
}
</style>