Shades of Bahia #ADB92F
Tints of Bahia #ADB92F
RGB
CMYK
RGB Variations
Color information
#ADB92F (or 0xADB92F) is known color: Bahia. HEX triplet: AD, B9 and 2F. RGB value is (173,185,47). Sum of RGB (Red+Green+Blue) = 173+185+47=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 47 (18.75% from 255 or 11.60% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB92F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB92F is #5246D0. Grayscale: #A6A6A6. Windows color (decimal): -5392081 or 3127725. OLE color: 3127725.
HSL color Cylindrical-coordinate representation of color #ADB92F: hue angle of 65.22º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADB92F is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 47 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.27 |
| HSL | 65.22º | 0.59% | 0.45% | - |
| HSV(B) | 65.22º | 0.75% | 0.73% | - |
| XYZ | 35.1 | 43.79 | 9.29 | - |
| YUV | 165.68 | 61.02 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 47 | 0.06 | 0 | 0.75 | 0.27 | 65.22 | 0.59 | 0.45 |
| Hex | AD | B9 | 2F | 6 | 0 | 4B | 1B | 41 | 3B | 2D |
| Octal | 255 | 271 | 57 | 6 | 0 | 113 | 33 | 101 | 73 | 55 |
| Binary | 10101101 | 10111001 | 101111 | 110 | 0 | 1001011 | 11011 | 1000001 | 111011 | 101101 |
Color Harmonies of #ADB92F
Complementary color
Monochromatic Colors of #ADB92F
Black with #ADB92F
Text Example
Text Example
White with #ADB92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB92F; }
p { color: rgb(173,185,47); }
H1.HeaderClassName
{
color: #ADB92F;
}
.AnyTagClassName
{
color: #ADB92F;
}
</style>
background-color css
<style>
a { background-color: #ADB92F; }
a { background-color: rgb(173,185,47); }
div.DivClassName
{
background-color: #ADB92F;
}
.BgClassName
{
background-color: #ADB92F;
}
</style>
border-color css
<style>
span { border-color: #ADB92F; }
span { border-color: rgb(173,185,47); }
td.TdClassName
{
border-color: #ADB92F;
}
.TagClassName
{
border-color: #ADB92F;
}
</style>