Shades of Bahia #ADB82F
Tints of Bahia #ADB82F
RGB
CMYK
RGB Variations
Color information
#ADB82F (or 0xADB82F) is known color: Bahia. HEX triplet: AD, B8 and 2F. RGB value is (173,184,47). Sum of RGB (Red+Green+Blue) = 173+184+47=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB82F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB82F is #5247D0. Grayscale: #A5A5A5. Windows color (decimal): -5392337 or 3127469. OLE color: 3127469.
HSL color Cylindrical-coordinate representation of color #ADB82F: hue angle of 64.82º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADB82F is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 47 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.28 |
| HSL | 64.82º | 0.59% | 0.45% | - |
| HSV(B) | 64.82º | 0.74% | 0.72% | - |
| XYZ | 34.89 | 43.37 | 9.22 | - |
| YUV | 165.09 | 61.36 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 47 | 0.06 | 0 | 0.74 | 0.28 | 64.82 | 0.59 | 0.45 |
| Hex | AD | B8 | 2F | 6 | 0 | 4A | 1C | 41 | 3B | 2D |
| Octal | 255 | 270 | 57 | 6 | 0 | 112 | 34 | 101 | 73 | 55 |
| Binary | 10101101 | 10111000 | 101111 | 110 | 0 | 1001010 | 11100 | 1000001 | 111011 | 101101 |
Color Harmonies of #ADB82F
Complementary color
Monochromatic Colors of #ADB82F
Black with #ADB82F
Text Example
Text Example
White with #ADB82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB82F; }
p { color: rgb(173,184,47); }
H1.HeaderClassName
{
color: #ADB82F;
}
.AnyTagClassName
{
color: #ADB82F;
}
</style>
background-color css
<style>
a { background-color: #ADB82F; }
a { background-color: rgb(173,184,47); }
div.DivClassName
{
background-color: #ADB82F;
}
.BgClassName
{
background-color: #ADB82F;
}
</style>
border-color css
<style>
span { border-color: #ADB82F; }
span { border-color: rgb(173,184,47); }
td.TdClassName
{
border-color: #ADB82F;
}
.TagClassName
{
border-color: #ADB82F;
}
</style>