Shades of Bahia #ADB01B
Tints of Bahia #ADB01B
RGB
CMYK
RGB Variations
Color information
#ADB01B (or 0xADB01B) is known color: Bahia. HEX triplet: AD, B0 and 1B. RGB value is (173,176,27). Sum of RGB (Red+Green+Blue) = 173+176+27=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 176 - color contains mainly: green. Hex color #ADB01B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB01B is #524FE4. Grayscale: #9E9E9E. Windows color (decimal): -5394405 or 1814701. OLE color: 1814701.
HSL color Cylindrical-coordinate representation of color #ADB01B: hue angle of 61.21º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADB01B is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 176 | 27 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.31 |
| HSL | 61.21º | 0.73% | 0.4% | - |
| HSV(B) | 61.21º | 0.85% | 0.69% | - |
| XYZ | 32.96 | 40.01 | 7.02 | - |
| YUV | 158.12 | 54.01 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 176 | 27 | 0.02 | 0 | 0.85 | 0.31 | 61.21 | 0.73 | 0.4 |
| Hex | AD | B0 | 1B | 2 | 0 | 55 | 1F | 3D | 49 | 28 |
| Octal | 255 | 260 | 33 | 2 | 0 | 125 | 37 | 75 | 111 | 50 |
| Binary | 10101101 | 10110000 | 11011 | 10 | 0 | 1010101 | 11111 | 111101 | 1001001 | 101000 |
Color Harmonies of #ADB01B
Complementary color
Monochromatic Colors of #ADB01B
Black with #ADB01B
Text Example
Text Example
White with #ADB01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB01B; }
p { color: rgb(173,176,27); }
H1.HeaderClassName
{
color: #ADB01B;
}
.AnyTagClassName
{
color: #ADB01B;
}
</style>
background-color css
<style>
a { background-color: #ADB01B; }
a { background-color: rgb(173,176,27); }
div.DivClassName
{
background-color: #ADB01B;
}
.BgClassName
{
background-color: #ADB01B;
}
</style>
border-color css
<style>
span { border-color: #ADB01B; }
span { border-color: rgb(173,176,27); }
td.TdClassName
{
border-color: #ADB01B;
}
.TagClassName
{
border-color: #ADB01B;
}
</style>