Shades of Bahia #ADB82D
Tints of Bahia #ADB82D
RGB
CMYK
RGB Variations
Color information
#ADB82D (or 0xADB82D) is known color: Bahia. HEX triplet: AD, B8 and 2D. RGB value is (173,184,45). Sum of RGB (Red+Green+Blue) = 173+184+45=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB82D is #5247D2. Grayscale: #A5A5A5. Windows color (decimal): -5392339 or 2996397. OLE color: 2996397.
HSL color Cylindrical-coordinate representation of color #ADB82D: hue angle of 64.75º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADB82D is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 45 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.28 |
| HSL | 64.75º | 0.61% | 0.45% | - |
| HSV(B) | 64.75º | 0.76% | 0.72% | - |
| XYZ | 34.85 | 43.35 | 9.01 | - |
| YUV | 164.87 | 60.36 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 45 | 0.06 | 0 | 0.76 | 0.28 | 64.75 | 0.61 | 0.45 |
| Hex | AD | B8 | 2D | 6 | 0 | 4C | 1C | 41 | 3D | 2D |
| Octal | 255 | 270 | 55 | 6 | 0 | 114 | 34 | 101 | 75 | 55 |
| Binary | 10101101 | 10111000 | 101101 | 110 | 0 | 1001100 | 11100 | 1000001 | 111101 | 101101 |
Color Harmonies of #ADB82D
Complementary color
Monochromatic Colors of #ADB82D
Black with #ADB82D
Text Example
Text Example
White with #ADB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB82D; }
p { color: rgb(173,184,45); }
H1.HeaderClassName
{
color: #ADB82D;
}
.AnyTagClassName
{
color: #ADB82D;
}
</style>
background-color css
<style>
a { background-color: #ADB82D; }
a { background-color: rgb(173,184,45); }
div.DivClassName
{
background-color: #ADB82D;
}
.BgClassName
{
background-color: #ADB82D;
}
</style>
border-color css
<style>
span { border-color: #ADB82D; }
span { border-color: rgb(173,184,45); }
td.TdClassName
{
border-color: #ADB82D;
}
.TagClassName
{
border-color: #ADB82D;
}
</style>