Shades of Bahia #ABC033
Tints of Bahia #ABC033
RGB
CMYK
RGB Variations
Color information
#ABC033 (or 0xABC033) is known color: Bahia. HEX triplet: AB, C0 and 33. RGB value is (171,192,51). Sum of RGB (Red+Green+Blue) = 171+192+51=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 51 (20.31% from 255 or 12.32% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC033 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC033 is #543FCC. Grayscale: #AAAAAA. Windows color (decimal): -5521357 or 3391659. OLE color: 3391659.
HSL color Cylindrical-coordinate representation of color #ABC033: hue angle of 68.94º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABC033 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 51 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.25 |
| HSL | 68.94º | 0.58% | 0.48% | - |
| HSV(B) | 68.94º | 0.73% | 0.75% | - |
| XYZ | 36.24 | 46.6 | 10.22 | - |
| YUV | 169.65 | 61.04 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 51 | 0.11 | 0 | 0.73 | 0.25 | 68.94 | 0.58 | 0.48 |
| Hex | AB | C0 | 33 | B | 0 | 49 | 19 | 45 | 3A | 30 |
| Octal | 253 | 300 | 63 | 13 | 0 | 111 | 31 | 105 | 72 | 60 |
| Binary | 10101011 | 11000000 | 110011 | 1011 | 0 | 1001001 | 11001 | 1000101 | 111010 | 110000 |
Color Harmonies of #ABC033
Complementary color
Monochromatic Colors of #ABC033
Black with #ABC033
Text Example
Text Example
White with #ABC033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC033; }
p { color: rgb(171,192,51); }
H1.HeaderClassName
{
color: #ABC033;
}
.AnyTagClassName
{
color: #ABC033;
}
</style>
background-color css
<style>
a { background-color: #ABC033; }
a { background-color: rgb(171,192,51); }
div.DivClassName
{
background-color: #ABC033;
}
.BgClassName
{
background-color: #ABC033;
}
</style>
border-color css
<style>
span { border-color: #ABC033; }
span { border-color: rgb(171,192,51); }
td.TdClassName
{
border-color: #ABC033;
}
.TagClassName
{
border-color: #ABC033;
}
</style>