Shades of Bahia #ADB92D
Tints of Bahia #ADB92D
RGB
CMYK
RGB Variations
Color information
#ADB92D (or 0xADB92D) is known color: Bahia. HEX triplet: AD, B9 and 2D. RGB value is (173,185,45). Sum of RGB (Red+Green+Blue) = 173+185+45=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 185 (72.66% from 255 or 45.91% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB92D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB92D is #5246D2. Grayscale: #A5A5A5. Windows color (decimal): -5392083 or 2996653. OLE color: 2996653.
HSL color Cylindrical-coordinate representation of color #ADB92D: hue angle of 65.14º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADB92D is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 45 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.27 |
| HSL | 65.14º | 0.61% | 0.45% | - |
| HSV(B) | 65.14º | 0.76% | 0.73% | - |
| XYZ | 35.06 | 43.77 | 9.08 | - |
| YUV | 165.45 | 60.02 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 45 | 0.06 | 0 | 0.76 | 0.27 | 65.14 | 0.61 | 0.45 |
| Hex | AD | B9 | 2D | 6 | 0 | 4C | 1B | 41 | 3D | 2D |
| Octal | 255 | 271 | 55 | 6 | 0 | 114 | 33 | 101 | 75 | 55 |
| Binary | 10101101 | 10111001 | 101101 | 110 | 0 | 1001100 | 11011 | 1000001 | 111101 | 101101 |
Color Harmonies of #ADB92D
Complementary color
Monochromatic Colors of #ADB92D
Black with #ADB92D
Text Example
Text Example
White with #ADB92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB92D; }
p { color: rgb(173,185,45); }
H1.HeaderClassName
{
color: #ADB92D;
}
.AnyTagClassName
{
color: #ADB92D;
}
</style>
background-color css
<style>
a { background-color: #ADB92D; }
a { background-color: rgb(173,185,45); }
div.DivClassName
{
background-color: #ADB92D;
}
.BgClassName
{
background-color: #ADB92D;
}
</style>
border-color css
<style>
span { border-color: #ADB92D; }
span { border-color: rgb(173,185,45); }
td.TdClassName
{
border-color: #ADB92D;
}
.TagClassName
{
border-color: #ADB92D;
}
</style>