Shades of Bahia #ADB92B
Tints of Bahia #ADB92B
RGB
CMYK
RGB Variations
Color information
#ADB92B (or 0xADB92B) is known color: Bahia. HEX triplet: AD, B9 and 2B. RGB value is (173,185,43). Sum of RGB (Red+Green+Blue) = 173+185+43=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB92B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADB92B is #5246D4. Grayscale: #A5A5A5. Windows color (decimal): -5392085 or 2865581. OLE color: 2865581.
HSL color Cylindrical-coordinate representation of color #ADB92B: hue angle of 65.07º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADB92B is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 185 | 43 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.27 |
| HSL | 65.07º | 0.62% | 0.45% | - |
| HSV(B) | 65.07º | 0.77% | 0.73% | - |
| XYZ | 35.02 | 43.76 | 8.89 | - |
| YUV | 165.22 | 59.02 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 185 | 43 | 0.06 | 0 | 0.77 | 0.27 | 65.07 | 0.62 | 0.45 |
| Hex | AD | B9 | 2B | 6 | 0 | 4D | 1B | 41 | 3E | 2D |
| Octal | 255 | 271 | 53 | 6 | 0 | 115 | 33 | 101 | 76 | 55 |
| Binary | 10101101 | 10111001 | 101011 | 110 | 0 | 1001101 | 11011 | 1000001 | 111110 | 101101 |
Color Harmonies of #ADB92B
Complementary color
Monochromatic Colors of #ADB92B
Black with #ADB92B
Text Example
Text Example
White with #ADB92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB92B; }
p { color: rgb(173,185,43); }
H1.HeaderClassName
{
color: #ADB92B;
}
.AnyTagClassName
{
color: #ADB92B;
}
</style>
background-color css
<style>
a { background-color: #ADB92B; }
a { background-color: rgb(173,185,43); }
div.DivClassName
{
background-color: #ADB92B;
}
.BgClassName
{
background-color: #ADB92B;
}
</style>
border-color css
<style>
span { border-color: #ADB92B; }
span { border-color: rgb(173,185,43); }
td.TdClassName
{
border-color: #ADB92B;
}
.TagClassName
{
border-color: #ADB92B;
}
</style>