Shades of Bahia #ADB51B
Tints of Bahia #ADB51B
RGB
CMYK
RGB Variations
Color information
#ADB51B (or 0xADB51B) is known color: Bahia. HEX triplet: AD, B5 and 1B. RGB value is (173,181,27). Sum of RGB (Red+Green+Blue) = 173+181+27=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB51B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB51B is #524AE4. Grayscale: #A1A1A1. Windows color (decimal): -5393125 or 1815981. OLE color: 1815981.
HSL color Cylindrical-coordinate representation of color #ADB51B: hue angle of 63.12º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADB51B is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 27 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.29 |
| HSL | 63.12º | 0.74% | 0.41% | - |
| HSV(B) | 63.12º | 0.85% | 0.71% | - |
| XYZ | 33.96 | 42.01 | 7.36 | - |
| YUV | 161.05 | 52.35 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 27 | 0.04 | 0 | 0.85 | 0.29 | 63.12 | 0.74 | 0.41 |
| Hex | AD | B5 | 1B | 4 | 0 | 55 | 1D | 3F | 4A | 29 |
| Octal | 255 | 265 | 33 | 4 | 0 | 125 | 35 | 77 | 112 | 51 |
| Binary | 10101101 | 10110101 | 11011 | 100 | 0 | 1010101 | 11101 | 111111 | 1001010 | 101001 |
Color Harmonies of #ADB51B
Complementary color
Monochromatic Colors of #ADB51B
Black with #ADB51B
Text Example
Text Example
White with #ADB51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB51B; }
p { color: rgb(173,181,27); }
H1.HeaderClassName
{
color: #ADB51B;
}
.AnyTagClassName
{
color: #ADB51B;
}
</style>
background-color css
<style>
a { background-color: #ADB51B; }
a { background-color: rgb(173,181,27); }
div.DivClassName
{
background-color: #ADB51B;
}
.BgClassName
{
background-color: #ADB51B;
}
</style>
border-color css
<style>
span { border-color: #ADB51B; }
span { border-color: rgb(173,181,27); }
td.TdClassName
{
border-color: #ADB51B;
}
.TagClassName
{
border-color: #ADB51B;
}
</style>