Shades of Bahia #ABB333
Tints of Bahia #ABB333
RGB
CMYK
RGB Variations
Color information
#ABB333 (or 0xABB333) is known color: Bahia. HEX triplet: AB, B3 and 33. RGB value is (171,179,51). Sum of RGB (Red+Green+Blue) = 171+179+51=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB333 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB333 is #544CCC. Grayscale: #A2A2A2. Windows color (decimal): -5524685 or 3388331. OLE color: 3388331.
HSL color Cylindrical-coordinate representation of color #ABB333: hue angle of 63.75º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ABB333 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 179 | 51 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.30 |
| HSL | 63.75º | 0.56% | 0.45% | - |
| HSV(B) | 63.75º | 0.72% | 0.7% | - |
| XYZ | 33.51 | 41.14 | 9.31 | - |
| YUV | 162.02 | 65.35 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 51 | 0.04 | 0 | 0.72 | 0.30 | 63.75 | 0.56 | 0.45 |
| Hex | AB | B3 | 33 | 4 | 0 | 48 | 1E | 40 | 38 | 2D |
| Octal | 253 | 263 | 63 | 4 | 0 | 110 | 36 | 100 | 70 | 55 |
| Binary | 10101011 | 10110011 | 110011 | 100 | 0 | 1001000 | 11110 | 1000000 | 111000 | 101101 |
Color Harmonies of #ABB333
Complementary color
Monochromatic Colors of #ABB333
Black with #ABB333
Text Example
Text Example
White with #ABB333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB333; }
p { color: rgb(171,179,51); }
H1.HeaderClassName
{
color: #ABB333;
}
.AnyTagClassName
{
color: #ABB333;
}
</style>
background-color css
<style>
a { background-color: #ABB333; }
a { background-color: rgb(171,179,51); }
div.DivClassName
{
background-color: #ABB333;
}
.BgClassName
{
background-color: #ABB333;
}
</style>
border-color css
<style>
span { border-color: #ABB333; }
span { border-color: rgb(171,179,51); }
td.TdClassName
{
border-color: #ABB333;
}
.TagClassName
{
border-color: #ABB333;
}
</style>