Shades of Bahia #ADB81F
Tints of Bahia #ADB81F
RGB
CMYK
RGB Variations
Color information
#ADB81F (or 0xADB81F) is known color: Bahia. HEX triplet: AD, B8 and 1F. RGB value is (173,184,31). Sum of RGB (Red+Green+Blue) = 173+184+31=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB81F is #5247E0. Grayscale: #A3A3A3. Windows color (decimal): -5392353 or 2078893. OLE color: 2078893.
HSL color Cylindrical-coordinate representation of color #ADB81F: hue angle of 64.31º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADB81F is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 31 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.28 |
| HSL | 64.31º | 0.71% | 0.42% | - |
| HSV(B) | 64.31º | 0.83% | 0.72% | - |
| XYZ | 34.62 | 43.26 | 7.82 | - |
| YUV | 163.27 | 53.36 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 31 | 0.06 | 0 | 0.83 | 0.28 | 64.31 | 0.71 | 0.42 |
| Hex | AD | B8 | 1F | 6 | 0 | 53 | 1C | 40 | 47 | 2A |
| Octal | 255 | 270 | 37 | 6 | 0 | 123 | 34 | 100 | 107 | 52 |
| Binary | 10101101 | 10111000 | 11111 | 110 | 0 | 1010011 | 11100 | 1000000 | 1000111 | 101010 |
Color Harmonies of #ADB81F
Complementary color
Monochromatic Colors of #ADB81F
Black with #ADB81F
Text Example
Text Example
White with #ADB81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB81F; }
p { color: rgb(173,184,31); }
H1.HeaderClassName
{
color: #ADB81F;
}
.AnyTagClassName
{
color: #ADB81F;
}
</style>
background-color css
<style>
a { background-color: #ADB81F; }
a { background-color: rgb(173,184,31); }
div.DivClassName
{
background-color: #ADB81F;
}
.BgClassName
{
background-color: #ADB81F;
}
</style>
border-color css
<style>
span { border-color: #ADB81F; }
span { border-color: rgb(173,184,31); }
td.TdClassName
{
border-color: #ADB81F;
}
.TagClassName
{
border-color: #ADB81F;
}
</style>