Shades of Bahia #ABBB30
Tints of Bahia #ABBB30
RGB
CMYK
RGB Variations
Color information
#ABBB30 (or 0xABBB30) is known color: Bahia. HEX triplet: AB, BB and 30. RGB value is (171,187,48). Sum of RGB (Red+Green+Blue) = 171+187+48=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 187 (73.44% from 255 or 46.06% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBB30 is #5444CF. Grayscale: #A6A6A6. Windows color (decimal): -5522640 or 3193771. OLE color: 3193771.
HSL color Cylindrical-coordinate representation of color #ABBB30: hue angle of 66.91º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ABBB30 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 187 | 48 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.27 |
| HSL | 66.91º | 0.59% | 0.46% | - |
| HSV(B) | 66.91º | 0.74% | 0.73% | - |
| XYZ | 35.1 | 44.41 | 9.52 | - |
| YUV | 166.37 | 61.2 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 48 | 0.09 | 0 | 0.74 | 0.27 | 66.91 | 0.59 | 0.46 |
| Hex | AB | BB | 30 | 9 | 0 | 4A | 1B | 43 | 3B | 2E |
| Octal | 253 | 273 | 60 | 11 | 0 | 112 | 33 | 103 | 73 | 56 |
| Binary | 10101011 | 10111011 | 110000 | 1001 | 0 | 1001010 | 11011 | 1000011 | 111011 | 101110 |
Color Harmonies of #ABBB30
Complementary color
Monochromatic Colors of #ABBB30
Black with #ABBB30
Text Example
Text Example
White with #ABBB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBB30; }
p { color: rgb(171,187,48); }
H1.HeaderClassName
{
color: #ABBB30;
}
.AnyTagClassName
{
color: #ABBB30;
}
</style>
background-color css
<style>
a { background-color: #ABBB30; }
a { background-color: rgb(171,187,48); }
div.DivClassName
{
background-color: #ABBB30;
}
.BgClassName
{
background-color: #ABBB30;
}
</style>
border-color css
<style>
span { border-color: #ABBB30; }
span { border-color: rgb(171,187,48); }
td.TdClassName
{
border-color: #ABBB30;
}
.TagClassName
{
border-color: #ABBB30;
}
</style>