Shades of Bahia #ABC910
Tints of Bahia #ABC910
RGB
CMYK
RGB Variations
Color information
#ABC910 (or 0xABC910) is known color: Bahia. HEX triplet: AB, C9 and 10. RGB value is (171,201,16). Sum of RGB (Red+Green+Blue) = 171+201+16=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 201 (78.91% from 255 or 51.80% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC910 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC910 is #5436EF. Grayscale: #ABABAB. Windows color (decimal): -5519088 or 1100203. OLE color: 1100203.
HSL color Cylindrical-coordinate representation of color #ABC910: hue angle of 69.73º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ABC910 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 16 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.21 |
| HSL | 69.73º | 0.85% | 0.43% | - |
| HSV(B) | 69.73º | 0.92% | 0.79% | - |
| XYZ | 37.77 | 50.47 | 8.24 | - |
| YUV | 170.94 | 40.56 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 16 | 0.15 | 0 | 0.92 | 0.21 | 69.73 | 0.85 | 0.43 |
| Hex | AB | C9 | 10 | F | 0 | 5C | 15 | 46 | 55 | 2B |
| Octal | 253 | 311 | 20 | 17 | 0 | 134 | 25 | 106 | 125 | 53 |
| Binary | 10101011 | 11001001 | 10000 | 1111 | 0 | 1011100 | 10101 | 1000110 | 1010101 | 101011 |
Color Harmonies of #ABC910
Complementary color
Monochromatic Colors of #ABC910
Black with #ABC910
Text Example
Text Example
White with #ABC910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC910; }
p { color: rgb(171,201,16); }
H1.HeaderClassName
{
color: #ABC910;
}
.AnyTagClassName
{
color: #ABC910;
}
</style>
background-color css
<style>
a { background-color: #ABC910; }
a { background-color: rgb(171,201,16); }
div.DivClassName
{
background-color: #ABC910;
}
.BgClassName
{
background-color: #ABC910;
}
</style>
border-color css
<style>
span { border-color: #ABC910; }
span { border-color: rgb(171,201,16); }
td.TdClassName
{
border-color: #ABC910;
}
.TagClassName
{
border-color: #ABC910;
}
</style>