Shades of Bahia #ABC01E
Tints of Bahia #ABC01E
RGB
CMYK
RGB Variations
Color information
#ABC01E (or 0xABC01E) is known color: Bahia. HEX triplet: AB, C0 and 1E. RGB value is (171,192,30). Sum of RGB (Red+Green+Blue) = 171+192+30=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC01E is #543FE1. Grayscale: #A7A7A7. Windows color (decimal): -5521378 or 2015403. OLE color: 2015403.
HSL color Cylindrical-coordinate representation of color #ABC01E: hue angle of 67.78º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ABC01E is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 30 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.25 |
| HSL | 67.78º | 0.73% | 0.44% | - |
| HSV(B) | 67.78º | 0.84% | 0.75% | - |
| XYZ | 35.88 | 46.45 | 8.3 | - |
| YUV | 167.25 | 50.54 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 30 | 0.11 | 0 | 0.84 | 0.25 | 67.78 | 0.73 | 0.44 |
| Hex | AB | C0 | 1E | B | 0 | 54 | 19 | 44 | 49 | 2C |
| Octal | 253 | 300 | 36 | 13 | 0 | 124 | 31 | 104 | 111 | 54 |
| Binary | 10101011 | 11000000 | 11110 | 1011 | 0 | 1010100 | 11001 | 1000100 | 1001001 | 101100 |
Color Harmonies of #ABC01E
Complementary color
Monochromatic Colors of #ABC01E
Black with #ABC01E
Text Example
Text Example
White with #ABC01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC01E; }
p { color: rgb(171,192,30); }
H1.HeaderClassName
{
color: #ABC01E;
}
.AnyTagClassName
{
color: #ABC01E;
}
</style>
background-color css
<style>
a { background-color: #ABC01E; }
a { background-color: rgb(171,192,30); }
div.DivClassName
{
background-color: #ABC01E;
}
.BgClassName
{
background-color: #ABC01E;
}
</style>
border-color css
<style>
span { border-color: #ABC01E; }
span { border-color: rgb(171,192,30); }
td.TdClassName
{
border-color: #ABC01E;
}
.TagClassName
{
border-color: #ABC01E;
}
</style>