Shades of Bahia #ABC010
Tints of Bahia #ABC010
RGB
CMYK
RGB Variations
Color information
#ABC010 (or 0xABC010) is known color: Bahia. HEX triplet: AB, C0 and 10. RGB value is (171,192,16). Sum of RGB (Red+Green+Blue) = 171+192+16=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 16 (6.64% from 255 or 4.22% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC010 is #543FEF. Grayscale: #A6A6A6. Windows color (decimal): -5521392 or 1097899. OLE color: 1097899.
HSL color Cylindrical-coordinate representation of color #ABC010: hue angle of 67.16º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABC010 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 16 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.25 |
| HSL | 67.16º | 0.85% | 0.41% | - |
| HSV(B) | 67.16º | 0.92% | 0.75% | - |
| XYZ | 35.74 | 46.39 | 7.56 | - |
| YUV | 165.66 | 43.54 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 16 | 0.11 | 0 | 0.92 | 0.25 | 67.16 | 0.85 | 0.41 |
| Hex | AB | C0 | 10 | B | 0 | 5C | 19 | 43 | 55 | 29 |
| Octal | 253 | 300 | 20 | 13 | 0 | 134 | 31 | 103 | 125 | 51 |
| Binary | 10101011 | 11000000 | 10000 | 1011 | 0 | 1011100 | 11001 | 1000011 | 1010101 | 101001 |
Color Harmonies of #ABC010
Complementary color
Monochromatic Colors of #ABC010
Black with #ABC010
Text Example
Text Example
White with #ABC010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC010; }
p { color: rgb(171,192,16); }
H1.HeaderClassName
{
color: #ABC010;
}
.AnyTagClassName
{
color: #ABC010;
}
</style>
background-color css
<style>
a { background-color: #ABC010; }
a { background-color: rgb(171,192,16); }
div.DivClassName
{
background-color: #ABC010;
}
.BgClassName
{
background-color: #ABC010;
}
</style>
border-color css
<style>
span { border-color: #ABC010; }
span { border-color: rgb(171,192,16); }
td.TdClassName
{
border-color: #ABC010;
}
.TagClassName
{
border-color: #ABC010;
}
</style>