Shades of Bahia #ABB722
Tints of Bahia #ABB722
RGB
CMYK
RGB Variations
Color information
#ABB722 (or 0xABB722) is known color: Bahia. HEX triplet: AB, B7 and 22. RGB value is (171,183,34). Sum of RGB (Red+Green+Blue) = 171+183+34=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB722 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB722 is #5448DD. Grayscale: #A3A3A3. Windows color (decimal): -5523678 or 2275243. OLE color: 2275243.
HSL color Cylindrical-coordinate representation of color #ABB722: hue angle of 64.83º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ABB722 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 183 | 34 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.28 |
| HSL | 64.83º | 0.69% | 0.43% | - |
| HSV(B) | 64.83º | 0.81% | 0.72% | - |
| XYZ | 34.02 | 42.64 | 7.95 | - |
| YUV | 162.43 | 55.52 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 34 | 0.07 | 0 | 0.81 | 0.28 | 64.83 | 0.69 | 0.43 |
| Hex | AB | B7 | 22 | 7 | 0 | 51 | 1C | 41 | 45 | 2B |
| Octal | 253 | 267 | 42 | 7 | 0 | 121 | 34 | 101 | 105 | 53 |
| Binary | 10101011 | 10110111 | 100010 | 111 | 0 | 1010001 | 11100 | 1000001 | 1000101 | 101011 |
Color Harmonies of #ABB722
Complementary color
Monochromatic Colors of #ABB722
Black with #ABB722
Text Example
Text Example
White with #ABB722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB722; }
p { color: rgb(171,183,34); }
H1.HeaderClassName
{
color: #ABB722;
}
.AnyTagClassName
{
color: #ABB722;
}
</style>
background-color css
<style>
a { background-color: #ABB722; }
a { background-color: rgb(171,183,34); }
div.DivClassName
{
background-color: #ABB722;
}
.BgClassName
{
background-color: #ABB722;
}
</style>
border-color css
<style>
span { border-color: #ABB722; }
span { border-color: rgb(171,183,34); }
td.TdClassName
{
border-color: #ABB722;
}
.TagClassName
{
border-color: #ABB722;
}
</style>