Shades of Bahia #ADB51C
Tints of Bahia #ADB51C
RGB
CMYK
RGB Variations
Color information
#ADB51C (or 0xADB51C) is known color: Bahia. HEX triplet: AD, B5 and 1C. RGB value is (173,181,28). Sum of RGB (Red+Green+Blue) = 173+181+28=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 181 (71.09% from 255 or 47.38% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 181 - color contains mainly: green. Hex color #ADB51C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB51C is #524AE3. Grayscale: #A1A1A1. Windows color (decimal): -5393124 or 1881517. OLE color: 1881517.
HSL color Cylindrical-coordinate representation of color #ADB51C: hue angle of 63.14º degrees, saturation: 0.73, 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 #ADB51C is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 181 | 28 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.29 |
| HSL | 63.14º | 0.73% | 0.41% | - |
| HSV(B) | 63.14º | 0.85% | 0.71% | - |
| XYZ | 33.97 | 42.02 | 7.42 | - |
| YUV | 161.17 | 52.85 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 181 | 28 | 0.04 | 0 | 0.85 | 0.29 | 63.14 | 0.73 | 0.41 |
| Hex | AD | B5 | 1C | 4 | 0 | 55 | 1D | 3F | 49 | 29 |
| Octal | 255 | 265 | 34 | 4 | 0 | 125 | 35 | 77 | 111 | 51 |
| Binary | 10101101 | 10110101 | 11100 | 100 | 0 | 1010101 | 11101 | 111111 | 1001001 | 101001 |
Color Harmonies of #ADB51C
Complementary color
Monochromatic Colors of #ADB51C
Black with #ADB51C
Text Example
Text Example
White with #ADB51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB51C; }
p { color: rgb(173,181,28); }
H1.HeaderClassName
{
color: #ADB51C;
}
.AnyTagClassName
{
color: #ADB51C;
}
</style>
background-color css
<style>
a { background-color: #ADB51C; }
a { background-color: rgb(173,181,28); }
div.DivClassName
{
background-color: #ADB51C;
}
.BgClassName
{
background-color: #ADB51C;
}
</style>
border-color css
<style>
span { border-color: #ADB51C; }
span { border-color: rgb(173,181,28); }
td.TdClassName
{
border-color: #ADB51C;
}
.TagClassName
{
border-color: #ADB51C;
}
</style>