Shades of Bahia #ADB734
Tints of Bahia #ADB734
RGB
CMYK
RGB Variations
Color information
#ADB734 (or 0xADB734) is known color: Bahia. HEX triplet: AD, B7 and 34. RGB value is (173,183,52). Sum of RGB (Red+Green+Blue) = 173+183+52=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 52 (20.70% from 255 or 12.75% from 408); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB734 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB734 is #5248CB. Grayscale: #A5A5A5. Windows color (decimal): -5392588 or 3454893. OLE color: 3454893.
HSL color Cylindrical-coordinate representation of color #ADB734: hue angle of 64.58º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ADB734 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 52 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.28 |
| HSL | 64.58º | 0.56% | 0.46% | - |
| HSV(B) | 64.58º | 0.72% | 0.72% | - |
| XYZ | 34.79 | 43 | 9.72 | - |
| YUV | 165.08 | 64.19 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 52 | 0.05 | 0 | 0.72 | 0.28 | 64.58 | 0.56 | 0.46 |
| Hex | AD | B7 | 34 | 5 | 0 | 48 | 1C | 41 | 38 | 2E |
| Octal | 255 | 267 | 64 | 5 | 0 | 110 | 34 | 101 | 70 | 56 |
| Binary | 10101101 | 10110111 | 110100 | 101 | 0 | 1001000 | 11100 | 1000001 | 111000 | 101110 |
Color Harmonies of #ADB734
Complementary color
Monochromatic Colors of #ADB734
Black with #ADB734
Text Example
Text Example
White with #ADB734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB734; }
p { color: rgb(173,183,52); }
H1.HeaderClassName
{
color: #ADB734;
}
.AnyTagClassName
{
color: #ADB734;
}
</style>
background-color css
<style>
a { background-color: #ADB734; }
a { background-color: rgb(173,183,52); }
div.DivClassName
{
background-color: #ADB734;
}
.BgClassName
{
background-color: #ADB734;
}
</style>
border-color css
<style>
span { border-color: #ADB734; }
span { border-color: rgb(173,183,52); }
td.TdClassName
{
border-color: #ADB734;
}
.TagClassName
{
border-color: #ADB734;
}
</style>