Shades of Bahia #ADBA32
Tints of Bahia #ADBA32
RGB
CMYK
RGB Variations
Color information
#ADBA32 (or 0xADBA32) is known color: Bahia. HEX triplet: AD, BA and 32. RGB value is (173,186,50). Sum of RGB (Red+Green+Blue) = 173+186+50=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA32 is #5245CD. Grayscale: #A7A7A7. Windows color (decimal): -5391822 or 3324589. OLE color: 3324589.
HSL color Cylindrical-coordinate representation of color #ADBA32: hue angle of 65.74º 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 #ADBA32 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 50 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.27 |
| HSL | 65.74º | 0.58% | 0.46% | - |
| HSV(B) | 65.74º | 0.73% | 0.73% | - |
| XYZ | 35.37 | 44.23 | 9.69 | - |
| YUV | 166.61 | 62.19 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 50 | 0.07 | 0 | 0.73 | 0.27 | 65.74 | 0.58 | 0.46 |
| Hex | AD | BA | 32 | 7 | 0 | 49 | 1B | 42 | 3A | 2E |
| Octal | 255 | 272 | 62 | 7 | 0 | 111 | 33 | 102 | 72 | 56 |
| Binary | 10101101 | 10111010 | 110010 | 111 | 0 | 1001001 | 11011 | 1000010 | 111010 | 101110 |
Color Harmonies of #ADBA32
Complementary color
Monochromatic Colors of #ADBA32
Black with #ADBA32
Text Example
Text Example
White with #ADBA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA32; }
p { color: rgb(173,186,50); }
H1.HeaderClassName
{
color: #ADBA32;
}
.AnyTagClassName
{
color: #ADBA32;
}
</style>
background-color css
<style>
a { background-color: #ADBA32; }
a { background-color: rgb(173,186,50); }
div.DivClassName
{
background-color: #ADBA32;
}
.BgClassName
{
background-color: #ADBA32;
}
</style>
border-color css
<style>
span { border-color: #ADBA32; }
span { border-color: rgb(173,186,50); }
td.TdClassName
{
border-color: #ADBA32;
}
.TagClassName
{
border-color: #ADBA32;
}
</style>