Shades of Bahia #ADB925
Tints of Bahia #ADB925
RGB
CMYK
RGB Variations
Color information
#ADB925 (or 0xADB925) is known color: Bahia. HEX triplet: AD, B9 and 25. RGB value is (173,185,37). Sum of RGB (Red+Green+Blue) = 173+185+37=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 37 (14.84% from 255 or 9.37% from 395); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB925 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB925 is #5246DA. Grayscale: #A5A5A5. Windows color (decimal): -5392091 or 2472365. OLE color: 2472365.
HSL color Cylindrical-coordinate representation of color #ADB925: hue angle of 64.86º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADB925 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 37 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.27 |
| HSL | 64.86º | 0.67% | 0.44% | - |
| HSV(B) | 64.86º | 0.8% | 0.73% | - |
| XYZ | 34.92 | 43.72 | 8.35 | - |
| YUV | 164.54 | 56.02 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 37 | 0.06 | 0 | 0.80 | 0.27 | 64.86 | 0.67 | 0.44 |
| Hex | AD | B9 | 25 | 6 | 0 | 50 | 1B | 41 | 43 | 2C |
| Octal | 255 | 271 | 45 | 6 | 0 | 120 | 33 | 101 | 103 | 54 |
| Binary | 10101101 | 10111001 | 100101 | 110 | 0 | 1010000 | 11011 | 1000001 | 1000011 | 101100 |
Color Harmonies of #ADB925
Complementary color
Monochromatic Colors of #ADB925
Black with #ADB925
Text Example
Text Example
White with #ADB925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB925; }
p { color: rgb(173,185,37); }
H1.HeaderClassName
{
color: #ADB925;
}
.AnyTagClassName
{
color: #ADB925;
}
</style>
background-color css
<style>
a { background-color: #ADB925; }
a { background-color: rgb(173,185,37); }
div.DivClassName
{
background-color: #ADB925;
}
.BgClassName
{
background-color: #ADB925;
}
</style>
border-color css
<style>
span { border-color: #ADB925; }
span { border-color: rgb(173,185,37); }
td.TdClassName
{
border-color: #ADB925;
}
.TagClassName
{
border-color: #ADB925;
}
</style>