Shades of Bahia #ABC011
Tints of Bahia #ABC011
RGB
CMYK
RGB Variations
Color information
#ABC011 (or 0xABC011) is known color: Bahia. HEX triplet: AB, C0 and 11. RGB value is (171,192,17). Sum of RGB (Red+Green+Blue) = 171+192+17=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC011 is #543FEE. Grayscale: #A6A6A6. Windows color (decimal): -5521391 or 1163435. OLE color: 1163435.
HSL color Cylindrical-coordinate representation of color #ABC011: hue angle of 67.2º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABC011 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 17 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.25 |
| HSL | 67.2º | 0.84% | 0.41% | - |
| HSV(B) | 67.2º | 0.91% | 0.75% | - |
| XYZ | 35.75 | 46.4 | 7.6 | - |
| YUV | 165.77 | 44.04 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 17 | 0.11 | 0 | 0.91 | 0.25 | 67.2 | 0.84 | 0.41 |
| Hex | AB | C0 | 11 | B | 0 | 5B | 19 | 43 | 54 | 29 |
| Octal | 253 | 300 | 21 | 13 | 0 | 133 | 31 | 103 | 124 | 51 |
| Binary | 10101011 | 11000000 | 10001 | 1011 | 0 | 1011011 | 11001 | 1000011 | 1010100 | 101001 |
Color Harmonies of #ABC011
Complementary color
Monochromatic Colors of #ABC011
Black with #ABC011
Text Example
Text Example
White with #ABC011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC011; }
p { color: rgb(171,192,17); }
H1.HeaderClassName
{
color: #ABC011;
}
.AnyTagClassName
{
color: #ABC011;
}
</style>
background-color css
<style>
a { background-color: #ABC011; }
a { background-color: rgb(171,192,17); }
div.DivClassName
{
background-color: #ABC011;
}
.BgClassName
{
background-color: #ABC011;
}
</style>
border-color css
<style>
span { border-color: #ABC011; }
span { border-color: rgb(171,192,17); }
td.TdClassName
{
border-color: #ABC011;
}
.TagClassName
{
border-color: #ABC011;
}
</style>