Shades of Bahia #ABC70D
Tints of Bahia #ABC70D
RGB
CMYK
RGB Variations
Color information
#ABC70D (or 0xABC70D) is known color: Bahia. HEX triplet: AB, C7 and 0D. RGB value is (171,199,13). Sum of RGB (Red+Green+Blue) = 171+199+13=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 199 (78.12% from 255 or 51.96% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC70D is #5438F2. Grayscale: #AAAAAA. Windows color (decimal): -5519603 or 903083. OLE color: 903083.
HSL color Cylindrical-coordinate representation of color #ABC70D: hue angle of 69.03º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABC70D is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 13 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.22 |
| HSL | 69.03º | 0.88% | 0.42% | - |
| HSV(B) | 69.03º | 0.93% | 0.78% | - |
| XYZ | 37.29 | 49.53 | 7.98 | - |
| YUV | 169.42 | 39.72 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 13 | 0.14 | 0 | 0.93 | 0.22 | 69.03 | 0.88 | 0.42 |
| Hex | AB | C7 | D | E | 0 | 5D | 16 | 45 | 58 | 2A |
| Octal | 253 | 307 | 15 | 16 | 0 | 135 | 26 | 105 | 130 | 52 |
| Binary | 10101011 | 11000111 | 1101 | 1110 | 0 | 1011101 | 10110 | 1000101 | 1011000 | 101010 |
Color Harmonies of #ABC70D
Complementary color
Monochromatic Colors of #ABC70D
Black with #ABC70D
Text Example
Text Example
White with #ABC70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC70D; }
p { color: rgb(171,199,13); }
H1.HeaderClassName
{
color: #ABC70D;
}
.AnyTagClassName
{
color: #ABC70D;
}
</style>
background-color css
<style>
a { background-color: #ABC70D; }
a { background-color: rgb(171,199,13); }
div.DivClassName
{
background-color: #ABC70D;
}
.BgClassName
{
background-color: #ABC70D;
}
</style>
border-color css
<style>
span { border-color: #ABC70D; }
span { border-color: rgb(171,199,13); }
td.TdClassName
{
border-color: #ABC70D;
}
.TagClassName
{
border-color: #ABC70D;
}
</style>