Shades of Bahia #ADB91D
Tints of Bahia #ADB91D
RGB
CMYK
RGB Variations
Color information
#ADB91D (or 0xADB91D) is known color: Bahia. HEX triplet: AD, B9 and 1D. RGB value is (173,185,29). Sum of RGB (Red+Green+Blue) = 173+185+29=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 29 (11.72% from 255 or 7.49% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB91D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB91D is #5246E2. Grayscale: #A4A4A4. Windows color (decimal): -5392099 or 1948077. OLE color: 1948077.
HSL color Cylindrical-coordinate representation of color #ADB91D: hue angle of 64.62º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADB91D is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 29 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.27 |
| HSL | 64.62º | 0.73% | 0.42% | - |
| HSV(B) | 64.62º | 0.84% | 0.73% | - |
| XYZ | 34.8 | 43.67 | 7.76 | - |
| YUV | 163.63 | 52.02 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 29 | 0.06 | 0 | 0.84 | 0.27 | 64.62 | 0.73 | 0.42 |
| Hex | AD | B9 | 1D | 6 | 0 | 54 | 1B | 41 | 49 | 2A |
| Octal | 255 | 271 | 35 | 6 | 0 | 124 | 33 | 101 | 111 | 52 |
| Binary | 10101101 | 10111001 | 11101 | 110 | 0 | 1010100 | 11011 | 1000001 | 1001001 | 101010 |
Color Harmonies of #ADB91D
Complementary color
Monochromatic Colors of #ADB91D
Black with #ADB91D
Text Example
Text Example
White with #ADB91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB91D; }
p { color: rgb(173,185,29); }
H1.HeaderClassName
{
color: #ADB91D;
}
.AnyTagClassName
{
color: #ADB91D;
}
</style>
background-color css
<style>
a { background-color: #ADB91D; }
a { background-color: rgb(173,185,29); }
div.DivClassName
{
background-color: #ADB91D;
}
.BgClassName
{
background-color: #ADB91D;
}
</style>
border-color css
<style>
span { border-color: #ADB91D; }
span { border-color: rgb(173,185,29); }
td.TdClassName
{
border-color: #ADB91D;
}
.TagClassName
{
border-color: #ADB91D;
}
</style>