Shades of Bahia #ABC030
Tints of Bahia #ABC030
RGB
CMYK
RGB Variations
Color information
#ABC030 (or 0xABC030) is known color: Bahia. HEX triplet: AB, C0 and 30. RGB value is (171,192,48). Sum of RGB (Red+Green+Blue) = 171+192+48=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC030 is #543FCF. Grayscale: #A9A9A9. Windows color (decimal): -5521360 or 3195051. OLE color: 3195051.
HSL color Cylindrical-coordinate representation of color #ABC030: hue angle of 68.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABC030 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 48 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.25 |
| HSL | 68.75º | 0.6% | 0.47% | - |
| HSV(B) | 68.75º | 0.75% | 0.75% | - |
| XYZ | 36.18 | 46.57 | 9.88 | - |
| YUV | 169.31 | 59.54 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 48 | 0.11 | 0 | 0.75 | 0.25 | 68.75 | 0.6 | 0.47 |
| Hex | AB | C0 | 30 | B | 0 | 4B | 19 | 45 | 3C | 2F |
| Octal | 253 | 300 | 60 | 13 | 0 | 113 | 31 | 105 | 74 | 57 |
| Binary | 10101011 | 11000000 | 110000 | 1011 | 0 | 1001011 | 11001 | 1000101 | 111100 | 101111 |
Color Harmonies of #ABC030
Complementary color
Monochromatic Colors of #ABC030
Black with #ABC030
Text Example
Text Example
White with #ABC030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC030; }
p { color: rgb(171,192,48); }
H1.HeaderClassName
{
color: #ABC030;
}
.AnyTagClassName
{
color: #ABC030;
}
</style>
background-color css
<style>
a { background-color: #ABC030; }
a { background-color: rgb(171,192,48); }
div.DivClassName
{
background-color: #ABC030;
}
.BgClassName
{
background-color: #ABC030;
}
</style>
border-color css
<style>
span { border-color: #ABC030; }
span { border-color: rgb(171,192,48); }
td.TdClassName
{
border-color: #ABC030;
}
.TagClassName
{
border-color: #ABC030;
}
</style>