Shades of Bahia #ADB81B
Tints of Bahia #ADB81B
RGB
CMYK
RGB Variations
Color information
#ADB81B (or 0xADB81B) is known color: Bahia. HEX triplet: AD, B8 and 1B. RGB value is (173,184,27). Sum of RGB (Red+Green+Blue) = 173+184+27=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 184 (72.27% from 255 or 47.92% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB81B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB81B is #5247E4. Grayscale: #A3A3A3. Windows color (decimal): -5392357 or 1816749. OLE color: 1816749.
HSL color Cylindrical-coordinate representation of color #ADB81B: hue angle of 64.2º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADB81B is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 27 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.28 |
| HSL | 64.2º | 0.74% | 0.41% | - |
| HSV(B) | 64.2º | 0.85% | 0.72% | - |
| XYZ | 34.57 | 43.24 | 7.56 | - |
| YUV | 162.81 | 51.36 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 27 | 0.06 | 0 | 0.85 | 0.28 | 64.2 | 0.74 | 0.41 |
| Hex | AD | B8 | 1B | 6 | 0 | 55 | 1C | 40 | 4A | 29 |
| Octal | 255 | 270 | 33 | 6 | 0 | 125 | 34 | 100 | 112 | 51 |
| Binary | 10101101 | 10111000 | 11011 | 110 | 0 | 1010101 | 11100 | 1000000 | 1001010 | 101001 |
Color Harmonies of #ADB81B
Complementary color
Monochromatic Colors of #ADB81B
Black with #ADB81B
Text Example
Text Example
White with #ADB81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB81B; }
p { color: rgb(173,184,27); }
H1.HeaderClassName
{
color: #ADB81B;
}
.AnyTagClassName
{
color: #ADB81B;
}
</style>
background-color css
<style>
a { background-color: #ADB81B; }
a { background-color: rgb(173,184,27); }
div.DivClassName
{
background-color: #ADB81B;
}
.BgClassName
{
background-color: #ADB81B;
}
</style>
border-color css
<style>
span { border-color: #ADB81B; }
span { border-color: rgb(173,184,27); }
td.TdClassName
{
border-color: #ADB81B;
}
.TagClassName
{
border-color: #ADB81B;
}
</style>