Shades of Bahia #ABBB33
Tints of Bahia #ABBB33
RGB
CMYK
RGB Variations
Color information
#ABBB33 (or 0xABBB33) is known color: Bahia. HEX triplet: AB, BB and 33. RGB value is (171,187,51). Sum of RGB (Red+Green+Blue) = 171+187+51=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 51 (20.31% from 255 or 12.47% from 409); Max value from RGB is 187 - color contains mainly: green. Hex color #ABBB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBB33 is #5444CC. Grayscale: #A7A7A7. Windows color (decimal): -5522637 or 3390379. OLE color: 3390379.
HSL color Cylindrical-coordinate representation of color #ABBB33: hue angle of 67.06º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABBB33 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 187 | 51 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.27 |
| HSL | 67.06º | 0.57% | 0.47% | - |
| HSV(B) | 67.06º | 0.73% | 0.73% | - |
| XYZ | 35.16 | 44.44 | 9.86 | - |
| YUV | 166.71 | 62.7 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 187 | 51 | 0.09 | 0 | 0.73 | 0.27 | 67.06 | 0.57 | 0.47 |
| Hex | AB | BB | 33 | 9 | 0 | 49 | 1B | 43 | 39 | 2F |
| Octal | 253 | 273 | 63 | 11 | 0 | 111 | 33 | 103 | 71 | 57 |
| Binary | 10101011 | 10111011 | 110011 | 1001 | 0 | 1001001 | 11011 | 1000011 | 111001 | 101111 |
Color Harmonies of #ABBB33
Complementary color
Monochromatic Colors of #ABBB33
Black with #ABBB33
Text Example
Text Example
White with #ABBB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBB33; }
p { color: rgb(171,187,51); }
H1.HeaderClassName
{
color: #ABBB33;
}
.AnyTagClassName
{
color: #ABBB33;
}
</style>
background-color css
<style>
a { background-color: #ABBB33; }
a { background-color: rgb(171,187,51); }
div.DivClassName
{
background-color: #ABBB33;
}
.BgClassName
{
background-color: #ABBB33;
}
</style>
border-color css
<style>
span { border-color: #ABBB33; }
span { border-color: rgb(171,187,51); }
td.TdClassName
{
border-color: #ABBB33;
}
.TagClassName
{
border-color: #ABBB33;
}
</style>