Shades of Bahia #ADB61B
Tints of Bahia #ADB61B
RGB
CMYK
RGB Variations
Color information
#ADB61B (or 0xADB61B) is known color: Bahia. HEX triplet: AD, B6 and 1B. RGB value is (173,182,27). Sum of RGB (Red+Green+Blue) = 173+182+27=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB61B is #5249E4. Grayscale: #A2A2A2. Windows color (decimal): -5392869 or 1816237. OLE color: 1816237.
HSL color Cylindrical-coordinate representation of color #ADB61B: hue angle of 63.48º 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 #ADB61B is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 173 | 182 | 27 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.29 |
| HSL | 63.48º | 0.74% | 0.41% | - |
| HSV(B) | 63.48º | 0.85% | 0.71% | - |
| XYZ | 34.16 | 42.42 | 7.42 | - |
| YUV | 161.64 | 52.02 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 182 | 27 | 0.05 | 0 | 0.85 | 0.29 | 63.48 | 0.74 | 0.41 |
| Hex | AD | B6 | 1B | 5 | 0 | 55 | 1D | 3F | 4A | 29 |
| Octal | 255 | 266 | 33 | 5 | 0 | 125 | 35 | 77 | 112 | 51 |
| Binary | 10101101 | 10110110 | 11011 | 101 | 0 | 1010101 | 11101 | 111111 | 1001010 | 101001 |
Color Harmonies of #ADB61B
Complementary color
Monochromatic Colors of #ADB61B
Black with #ADB61B
Text Example
Text Example
White with #ADB61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB61B; }
p { color: rgb(173,182,27); }
H1.HeaderClassName
{
color: #ADB61B;
}
.AnyTagClassName
{
color: #ADB61B;
}
</style>
background-color css
<style>
a { background-color: #ADB61B; }
a { background-color: rgb(173,182,27); }
div.DivClassName
{
background-color: #ADB61B;
}
.BgClassName
{
background-color: #ADB61B;
}
</style>
border-color css
<style>
span { border-color: #ADB61B; }
span { border-color: rgb(173,182,27); }
td.TdClassName
{
border-color: #ADB61B;
}
.TagClassName
{
border-color: #ADB61B;
}
</style>