Shades of Bahia #ADB71C
Tints of Bahia #ADB71C
RGB
CMYK
RGB Variations
Color information
#ADB71C (or 0xADB71C) is known color: Bahia. HEX triplet: AD, B7 and 1C. RGB value is (173,183,28). Sum of RGB (Red+Green+Blue) = 173+183+28=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 183 (71.88% from 255 or 47.66% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB71C is #5248E3. Grayscale: #A2A2A2. Windows color (decimal): -5392612 or 1882029. OLE color: 1882029.
HSL color Cylindrical-coordinate representation of color #ADB71C: hue angle of 63.87º degrees, saturation: 0.73, 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 #ADB71C is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 183 | 28 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.28 |
| HSL | 63.87º | 0.73% | 0.41% | - |
| HSV(B) | 63.87º | 0.85% | 0.72% | - |
| XYZ | 34.38 | 42.84 | 7.55 | - |
| YUV | 162.34 | 52.19 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 183 | 28 | 0.05 | 0 | 0.85 | 0.28 | 63.87 | 0.73 | 0.41 |
| Hex | AD | B7 | 1C | 5 | 0 | 55 | 1C | 40 | 49 | 29 |
| Octal | 255 | 267 | 34 | 5 | 0 | 125 | 34 | 100 | 111 | 51 |
| Binary | 10101101 | 10110111 | 11100 | 101 | 0 | 1010101 | 11100 | 1000000 | 1001001 | 101001 |
Color Harmonies of #ADB71C
Complementary color
Monochromatic Colors of #ADB71C
Black with #ADB71C
Text Example
Text Example
White with #ADB71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB71C; }
p { color: rgb(173,183,28); }
H1.HeaderClassName
{
color: #ADB71C;
}
.AnyTagClassName
{
color: #ADB71C;
}
</style>
background-color css
<style>
a { background-color: #ADB71C; }
a { background-color: rgb(173,183,28); }
div.DivClassName
{
background-color: #ADB71C;
}
.BgClassName
{
background-color: #ADB71C;
}
</style>
border-color css
<style>
span { border-color: #ADB71C; }
span { border-color: rgb(173,183,28); }
td.TdClassName
{
border-color: #ADB71C;
}
.TagClassName
{
border-color: #ADB71C;
}
</style>