Shades of Bahia #ADB81E
Tints of Bahia #ADB81E
RGB
CMYK
RGB Variations
Color information
#ADB81E (or 0xADB81E) is known color: Bahia. HEX triplet: AD, B8 and 1E. RGB value is (173,184,30). Sum of RGB (Red+Green+Blue) = 173+184+30=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB81E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB81E is #5247E1. Grayscale: #A3A3A3. Windows color (decimal): -5392354 or 2013357. OLE color: 2013357.
HSL color Cylindrical-coordinate representation of color #ADB81E: hue angle of 64.29º degrees, saturation: 0.72, 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 #ADB81E is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 30 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.28 |
| HSL | 64.29º | 0.72% | 0.42% | - |
| HSV(B) | 64.29º | 0.84% | 0.72% | - |
| XYZ | 34.61 | 43.26 | 7.75 | - |
| YUV | 163.16 | 52.86 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 30 | 0.06 | 0 | 0.84 | 0.28 | 64.29 | 0.72 | 0.42 |
| Hex | AD | B8 | 1E | 6 | 0 | 54 | 1C | 40 | 48 | 2A |
| Octal | 255 | 270 | 36 | 6 | 0 | 124 | 34 | 100 | 110 | 52 |
| Binary | 10101101 | 10111000 | 11110 | 110 | 0 | 1010100 | 11100 | 1000000 | 1001000 | 101010 |
Color Harmonies of #ADB81E
Complementary color
Monochromatic Colors of #ADB81E
Black with #ADB81E
Text Example
Text Example
White with #ADB81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB81E; }
p { color: rgb(173,184,30); }
H1.HeaderClassName
{
color: #ADB81E;
}
.AnyTagClassName
{
color: #ADB81E;
}
</style>
background-color css
<style>
a { background-color: #ADB81E; }
a { background-color: rgb(173,184,30); }
div.DivClassName
{
background-color: #ADB81E;
}
.BgClassName
{
background-color: #ADB81E;
}
</style>
border-color css
<style>
span { border-color: #ADB81E; }
span { border-color: rgb(173,184,30); }
td.TdClassName
{
border-color: #ADB81E;
}
.TagClassName
{
border-color: #ADB81E;
}
</style>