Shades of Bahia #ADBB32
Tints of Bahia #ADBB32
RGB
CMYK
RGB Variations
Color information
#ADBB32 (or 0xADBB32) is known color: Bahia. HEX triplet: AD, BB and 32. RGB value is (173,187,50). Sum of RGB (Red+Green+Blue) = 173+187+50=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 50 (19.92% from 255 or 12.20% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB32 is #5244CD. Grayscale: #A7A7A7. Windows color (decimal): -5391566 or 3324845. OLE color: 3324845.
HSL color Cylindrical-coordinate representation of color #ADBB32: hue angle of 66.13º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ADBB32 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 50 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.27 |
| HSL | 66.13º | 0.58% | 0.46% | - |
| HSV(B) | 66.13º | 0.73% | 0.73% | - |
| XYZ | 35.58 | 44.66 | 9.76 | - |
| YUV | 167.2 | 61.86 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 50 | 0.07 | 0 | 0.73 | 0.27 | 66.13 | 0.58 | 0.46 |
| Hex | AD | BB | 32 | 7 | 0 | 49 | 1B | 42 | 3A | 2E |
| Octal | 255 | 273 | 62 | 7 | 0 | 111 | 33 | 102 | 72 | 56 |
| Binary | 10101101 | 10111011 | 110010 | 111 | 0 | 1001001 | 11011 | 1000010 | 111010 | 101110 |
Color Harmonies of #ADBB32
Complementary color
Monochromatic Colors of #ADBB32
Black with #ADBB32
Text Example
Text Example
White with #ADBB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB32; }
p { color: rgb(173,187,50); }
H1.HeaderClassName
{
color: #ADBB32;
}
.AnyTagClassName
{
color: #ADBB32;
}
</style>
background-color css
<style>
a { background-color: #ADBB32; }
a { background-color: rgb(173,187,50); }
div.DivClassName
{
background-color: #ADBB32;
}
.BgClassName
{
background-color: #ADBB32;
}
</style>
border-color css
<style>
span { border-color: #ADBB32; }
span { border-color: rgb(173,187,50); }
td.TdClassName
{
border-color: #ADBB32;
}
.TagClassName
{
border-color: #ADBB32;
}
</style>