Shades of Bahia #ADBA34
Tints of Bahia #ADBA34
RGB
CMYK
RGB Variations
Color information
#ADBA34 (or 0xADBA34) is known color: Bahia. HEX triplet: AD, BA and 34. RGB value is (173,186,52). Sum of RGB (Red+Green+Blue) = 173+186+52=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 52 (20.70% from 255 or 12.65% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA34 is #5245CB. Grayscale: #A7A7A7. Windows color (decimal): -5391820 or 3455661. OLE color: 3455661.
HSL color Cylindrical-coordinate representation of color #ADBA34: hue angle of 65.82º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADBA34 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 52 | - |
| CMYK | 0.07 | 0 | 0.72 | 0.27 |
| HSL | 65.82º | 0.56% | 0.47% | - |
| HSV(B) | 65.82º | 0.72% | 0.73% | - |
| XYZ | 35.41 | 44.25 | 9.92 | - |
| YUV | 166.84 | 63.19 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 52 | 0.07 | 0 | 0.72 | 0.27 | 65.82 | 0.56 | 0.47 |
| Hex | AD | BA | 34 | 7 | 0 | 48 | 1B | 42 | 38 | 2F |
| Octal | 255 | 272 | 64 | 7 | 0 | 110 | 33 | 102 | 70 | 57 |
| Binary | 10101101 | 10111010 | 110100 | 111 | 0 | 1001000 | 11011 | 1000010 | 111000 | 101111 |
Color Harmonies of #ADBA34
Complementary color
Monochromatic Colors of #ADBA34
Black with #ADBA34
Text Example
Text Example
White with #ADBA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA34; }
p { color: rgb(173,186,52); }
H1.HeaderClassName
{
color: #ADBA34;
}
.AnyTagClassName
{
color: #ADBA34;
}
</style>
background-color css
<style>
a { background-color: #ADBA34; }
a { background-color: rgb(173,186,52); }
div.DivClassName
{
background-color: #ADBA34;
}
.BgClassName
{
background-color: #ADBA34;
}
</style>
border-color css
<style>
span { border-color: #ADBA34; }
span { border-color: rgb(173,186,52); }
td.TdClassName
{
border-color: #ADBA34;
}
.TagClassName
{
border-color: #ADBA34;
}
</style>