Shades of Bahia #ADB81C
Tints of Bahia #ADB81C
RGB
CMYK
RGB Variations
Color information
#ADB81C (or 0xADB81C) is known color: Bahia. HEX triplet: AD, B8 and 1C. RGB value is (173,184,28). Sum of RGB (Red+Green+Blue) = 173+184+28=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 184 (72.27% from 255 or 47.79% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB81C is #5247E3. Grayscale: #A3A3A3. Windows color (decimal): -5392356 or 1882285. OLE color: 1882285.
HSL color Cylindrical-coordinate representation of color #ADB81C: hue angle of 64.23º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADB81C is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 173 | 184 | 28 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.28 |
| HSL | 64.23º | 0.74% | 0.42% | - |
| HSV(B) | 64.23º | 0.85% | 0.72% | - |
| XYZ | 34.58 | 43.25 | 7.62 | - |
| YUV | 162.93 | 51.86 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 184 | 28 | 0.06 | 0 | 0.85 | 0.28 | 64.23 | 0.74 | 0.42 |
| Hex | AD | B8 | 1C | 6 | 0 | 55 | 1C | 40 | 4A | 2A |
| Octal | 255 | 270 | 34 | 6 | 0 | 125 | 34 | 100 | 112 | 52 |
| Binary | 10101101 | 10111000 | 11100 | 110 | 0 | 1010101 | 11100 | 1000000 | 1001010 | 101010 |
Color Harmonies of #ADB81C
Complementary color
Monochromatic Colors of #ADB81C
Black with #ADB81C
Text Example
Text Example
White with #ADB81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB81C; }
p { color: rgb(173,184,28); }
H1.HeaderClassName
{
color: #ADB81C;
}
.AnyTagClassName
{
color: #ADB81C;
}
</style>
background-color css
<style>
a { background-color: #ADB81C; }
a { background-color: rgb(173,184,28); }
div.DivClassName
{
background-color: #ADB81C;
}
.BgClassName
{
background-color: #ADB81C;
}
</style>
border-color css
<style>
span { border-color: #ADB81C; }
span { border-color: rgb(173,184,28); }
td.TdClassName
{
border-color: #ADB81C;
}
.TagClassName
{
border-color: #ADB81C;
}
</style>