Shades of Bahia #ABBD33
Tints of Bahia #ABBD33
RGB
CMYK
RGB Variations
Color information
#ABBD33 (or 0xABBD33) is known color: Bahia. HEX triplet: AB, BD and 33. RGB value is (171,189,51). Sum of RGB (Red+Green+Blue) = 171+189+51=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 51 (20.31% from 255 or 12.41% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABBD33 is #5442CC. Grayscale: #A8A8A8. Windows color (decimal): -5522125 or 3390891. OLE color: 3390891.
HSL color Cylindrical-coordinate representation of color #ABBD33: hue angle of 67.83º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABBD33 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 51 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.26 |
| HSL | 67.83º | 0.58% | 0.47% | - |
| HSV(B) | 67.83º | 0.73% | 0.74% | - |
| XYZ | 35.59 | 45.29 | 10 | - |
| YUV | 167.89 | 62.04 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 51 | 0.10 | 0 | 0.73 | 0.26 | 67.83 | 0.58 | 0.47 |
| Hex | AB | BD | 33 | A | 0 | 49 | 1A | 44 | 3A | 2F |
| Octal | 253 | 275 | 63 | 12 | 0 | 111 | 32 | 104 | 72 | 57 |
| Binary | 10101011 | 10111101 | 110011 | 1010 | 0 | 1001001 | 11010 | 1000100 | 111010 | 101111 |
Color Harmonies of #ABBD33
Complementary color
Monochromatic Colors of #ABBD33
Black with #ABBD33
Text Example
Text Example
White with #ABBD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD33; }
p { color: rgb(171,189,51); }
H1.HeaderClassName
{
color: #ABBD33;
}
.AnyTagClassName
{
color: #ABBD33;
}
</style>
background-color css
<style>
a { background-color: #ABBD33; }
a { background-color: rgb(171,189,51); }
div.DivClassName
{
background-color: #ABBD33;
}
.BgClassName
{
background-color: #ABBD33;
}
</style>
border-color css
<style>
span { border-color: #ABBD33; }
span { border-color: rgb(171,189,51); }
td.TdClassName
{
border-color: #ABBD33;
}
.TagClassName
{
border-color: #ABBD33;
}
</style>