Shades of Bahia #ABC311
Tints of Bahia #ABC311
RGB
CMYK
RGB Variations
Color information
#ABC311 (or 0xABC311) is known color: Bahia. HEX triplet: AB, C3 and 11. RGB value is (171,195,17). Sum of RGB (Red+Green+Blue) = 171+195+17=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC311 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC311 is #543CEE. Grayscale: #A8A8A8. Windows color (decimal): -5520623 or 1164203. OLE color: 1164203.
HSL color Cylindrical-coordinate representation of color #ABC311: hue angle of 68.09º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ABC311 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 17 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.24 |
| HSL | 68.09º | 0.84% | 0.42% | - |
| HSV(B) | 68.09º | 0.91% | 0.76% | - |
| XYZ | 36.41 | 47.73 | 7.82 | - |
| YUV | 167.53 | 43.05 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 17 | 0.12 | 0 | 0.91 | 0.24 | 68.09 | 0.84 | 0.42 |
| Hex | AB | C3 | 11 | C | 0 | 5B | 18 | 44 | 54 | 2A |
| Octal | 253 | 303 | 21 | 14 | 0 | 133 | 30 | 104 | 124 | 52 |
| Binary | 10101011 | 11000011 | 10001 | 1100 | 0 | 1011011 | 11000 | 1000100 | 1010100 | 101010 |
Color Harmonies of #ABC311
Complementary color
Monochromatic Colors of #ABC311
Black with #ABC311
Text Example
Text Example
White with #ABC311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC311; }
p { color: rgb(171,195,17); }
H1.HeaderClassName
{
color: #ABC311;
}
.AnyTagClassName
{
color: #ABC311;
}
</style>
background-color css
<style>
a { background-color: #ABC311; }
a { background-color: rgb(171,195,17); }
div.DivClassName
{
background-color: #ABC311;
}
.BgClassName
{
background-color: #ABC311;
}
</style>
border-color css
<style>
span { border-color: #ABC311; }
span { border-color: rgb(171,195,17); }
td.TdClassName
{
border-color: #ABC311;
}
.TagClassName
{
border-color: #ABC311;
}
</style>