Shades of Bahia #ADB81D
Tints of Bahia #ADB81D
RGB
CMYK
RGB Variations
Color information
#ADB81D (or 0xADB81D) is known color: Bahia. HEX triplet: AD, B8 and 1D. RGB value is (173,184,29). Sum of RGB (Red+Green+Blue) = 173+184+29=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB81D is #5247E2. Grayscale: #A3A3A3. Windows color (decimal): -5392355 or 1947821. OLE color: 1947821.
HSL color Cylindrical-coordinate representation of color #ADB81D: hue angle of 64.26º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADB81D is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 29 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.28 |
| HSL | 64.26º | 0.73% | 0.42% | - |
| HSV(B) | 64.26º | 0.84% | 0.72% | - |
| XYZ | 34.6 | 43.25 | 7.69 | - |
| YUV | 163.04 | 52.36 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 29 | 0.06 | 0 | 0.84 | 0.28 | 64.26 | 0.73 | 0.42 |
| Hex | AD | B8 | 1D | 6 | 0 | 54 | 1C | 40 | 49 | 2A |
| Octal | 255 | 270 | 35 | 6 | 0 | 124 | 34 | 100 | 111 | 52 |
| Binary | 10101101 | 10111000 | 11101 | 110 | 0 | 1010100 | 11100 | 1000000 | 1001001 | 101010 |
Color Harmonies of #ADB81D
Complementary color
Monochromatic Colors of #ADB81D
Black with #ADB81D
Text Example
Text Example
White with #ADB81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB81D; }
p { color: rgb(173,184,29); }
H1.HeaderClassName
{
color: #ADB81D;
}
.AnyTagClassName
{
color: #ADB81D;
}
</style>
background-color css
<style>
a { background-color: #ADB81D; }
a { background-color: rgb(173,184,29); }
div.DivClassName
{
background-color: #ADB81D;
}
.BgClassName
{
background-color: #ADB81D;
}
</style>
border-color css
<style>
span { border-color: #ADB81D; }
span { border-color: rgb(173,184,29); }
td.TdClassName
{
border-color: #ADB81D;
}
.TagClassName
{
border-color: #ADB81D;
}
</style>