Shades of Bahia #ABC330
Tints of Bahia #ABC330
RGB
CMYK
RGB Variations
Color information
#ABC330 (or 0xABC330) is known color: Bahia. HEX triplet: AB, C3 and 30. RGB value is (171,195,48). Sum of RGB (Red+Green+Blue) = 171+195+48=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 48 (19.14% from 255 or 11.59% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC330 is #543CCF. Grayscale: #ABABAB. Windows color (decimal): -5520592 or 3195819. OLE color: 3195819.
HSL color Cylindrical-coordinate representation of color #ABC330: hue angle of 69.8º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABC330 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 195 | 48 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.24 |
| HSL | 69.8º | 0.6% | 0.48% | - |
| HSV(B) | 69.8º | 0.75% | 0.76% | - |
| XYZ | 36.84 | 47.9 | 10.1 | - |
| YUV | 171.07 | 58.55 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 195 | 48 | 0.12 | 0 | 0.75 | 0.24 | 69.8 | 0.6 | 0.48 |
| Hex | AB | C3 | 30 | C | 0 | 4B | 18 | 46 | 3C | 30 |
| Octal | 253 | 303 | 60 | 14 | 0 | 113 | 30 | 106 | 74 | 60 |
| Binary | 10101011 | 11000011 | 110000 | 1100 | 0 | 1001011 | 11000 | 1000110 | 111100 | 110000 |
Color Harmonies of #ABC330
Complementary color
Monochromatic Colors of #ABC330
Black with #ABC330
Text Example
Text Example
White with #ABC330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC330; }
p { color: rgb(171,195,48); }
H1.HeaderClassName
{
color: #ABC330;
}
.AnyTagClassName
{
color: #ABC330;
}
</style>
background-color css
<style>
a { background-color: #ABC330; }
a { background-color: rgb(171,195,48); }
div.DivClassName
{
background-color: #ABC330;
}
.BgClassName
{
background-color: #ABC330;
}
</style>
border-color css
<style>
span { border-color: #ABC330; }
span { border-color: rgb(171,195,48); }
td.TdClassName
{
border-color: #ABC330;
}
.TagClassName
{
border-color: #ABC330;
}
</style>