Shades of Bahia #ADB72D
Tints of Bahia #ADB72D
RGB
CMYK
RGB Variations
Color information
#ADB72D (or 0xADB72D) is known color: Bahia. HEX triplet: AD, B7 and 2D. RGB value is (173,183,45). Sum of RGB (Red+Green+Blue) = 173+183+45=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB72D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB72D is #5248D2. Grayscale: #A4A4A4. Windows color (decimal): -5392595 or 2996141. OLE color: 2996141.
HSL color Cylindrical-coordinate representation of color #ADB72D: hue angle of 64.35º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADB72D is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 45 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.28 |
| HSL | 64.35º | 0.61% | 0.45% | - |
| HSV(B) | 64.35º | 0.75% | 0.72% | - |
| XYZ | 34.64 | 42.94 | 8.95 | - |
| YUV | 164.28 | 60.69 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 45 | 0.05 | 0 | 0.75 | 0.28 | 64.35 | 0.61 | 0.45 |
| Hex | AD | B7 | 2D | 5 | 0 | 4B | 1C | 40 | 3D | 2D |
| Octal | 255 | 267 | 55 | 5 | 0 | 113 | 34 | 100 | 75 | 55 |
| Binary | 10101101 | 10110111 | 101101 | 101 | 0 | 1001011 | 11100 | 1000000 | 111101 | 101101 |
Color Harmonies of #ADB72D
Complementary color
Monochromatic Colors of #ADB72D
Black with #ADB72D
Text Example
Text Example
White with #ADB72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB72D; }
p { color: rgb(173,183,45); }
H1.HeaderClassName
{
color: #ADB72D;
}
.AnyTagClassName
{
color: #ADB72D;
}
</style>
background-color css
<style>
a { background-color: #ADB72D; }
a { background-color: rgb(173,183,45); }
div.DivClassName
{
background-color: #ADB72D;
}
.BgClassName
{
background-color: #ADB72D;
}
</style>
border-color css
<style>
span { border-color: #ADB72D; }
span { border-color: rgb(173,183,45); }
td.TdClassName
{
border-color: #ADB72D;
}
.TagClassName
{
border-color: #ADB72D;
}
</style>