Shades of Bahia #ABB323
Tints of Bahia #ABB323
RGB
CMYK
RGB Variations
Color information
#ABB323 (or 0xABB323) is known color: Bahia. HEX triplet: AB, B3 and 23. RGB value is (171,179,35). Sum of RGB (Red+Green+Blue) = 171+179+35=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 35 (14.06% from 255 or 9.09% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #ABB323 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB323 is #544CDC. Grayscale: #A0A0A0. Windows color (decimal): -5524701 or 2339755. OLE color: 2339755.
HSL color Cylindrical-coordinate representation of color #ABB323: hue angle of 63.33º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABB323 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 179 | 35 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.30 |
| HSL | 63.33º | 0.67% | 0.42% | - |
| HSV(B) | 63.33º | 0.8% | 0.7% | - |
| XYZ | 33.22 | 41.02 | 7.76 | - |
| YUV | 160.19 | 57.35 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 179 | 35 | 0.04 | 0 | 0.80 | 0.30 | 63.33 | 0.67 | 0.42 |
| Hex | AB | B3 | 23 | 4 | 0 | 50 | 1E | 3F | 43 | 2A |
| Octal | 253 | 263 | 43 | 4 | 0 | 120 | 36 | 77 | 103 | 52 |
| Binary | 10101011 | 10110011 | 100011 | 100 | 0 | 1010000 | 11110 | 111111 | 1000011 | 101010 |
Color Harmonies of #ABB323
Complementary color
Monochromatic Colors of #ABB323
Black with #ABB323
Text Example
Text Example
White with #ABB323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB323; }
p { color: rgb(171,179,35); }
H1.HeaderClassName
{
color: #ABB323;
}
.AnyTagClassName
{
color: #ABB323;
}
</style>
background-color css
<style>
a { background-color: #ABB323; }
a { background-color: rgb(171,179,35); }
div.DivClassName
{
background-color: #ABB323;
}
.BgClassName
{
background-color: #ABB323;
}
</style>
border-color css
<style>
span { border-color: #ABB323; }
span { border-color: rgb(171,179,35); }
td.TdClassName
{
border-color: #ABB323;
}
.TagClassName
{
border-color: #ABB323;
}
</style>