Shades of Bahia #ADB223
Tints of Bahia #ADB223
RGB
CMYK
RGB Variations
Color information
#ADB223 (or 0xADB223) is known color: Bahia. HEX triplet: AD, B2 and 23. RGB value is (173,178,35). Sum of RGB (Red+Green+Blue) = 173+178+35=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 35 (14.06% from 255 or 9.07% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #ADB223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ADB223 is #524DDC. Grayscale: #A0A0A0. Windows color (decimal): -5393885 or 2339501. OLE color: 2339501.
HSL color Cylindrical-coordinate representation of color #ADB223: hue angle of 62.1º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADB223 is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 173 | 178 | 35 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.30 |
| HSL | 62.1º | 0.67% | 0.42% | - |
| HSV(B) | 62.1º | 0.8% | 0.7% | - |
| XYZ | 33.46 | 40.85 | 7.71 | - |
| YUV | 160.2 | 57.34 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 178 | 35 | 0.03 | 0 | 0.80 | 0.30 | 62.1 | 0.67 | 0.42 |
| Hex | AD | B2 | 23 | 3 | 0 | 50 | 1E | 3E | 43 | 2A |
| Octal | 255 | 262 | 43 | 3 | 0 | 120 | 36 | 76 | 103 | 52 |
| Binary | 10101101 | 10110010 | 100011 | 11 | 0 | 1010000 | 11110 | 111110 | 1000011 | 101010 |
Color Harmonies of #ADB223
Complementary color
Monochromatic Colors of #ADB223
Black with #ADB223
Text Example
Text Example
White with #ADB223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADB223; }
p { color: rgb(173,178,35); }
H1.HeaderClassName
{
color: #ADB223;
}
.AnyTagClassName
{
color: #ADB223;
}
</style>
background-color css
<style>
a { background-color: #ADB223; }
a { background-color: rgb(173,178,35); }
div.DivClassName
{
background-color: #ADB223;
}
.BgClassName
{
background-color: #ADB223;
}
</style>
border-color css
<style>
span { border-color: #ADB223; }
span { border-color: rgb(173,178,35); }
td.TdClassName
{
border-color: #ADB223;
}
.TagClassName
{
border-color: #ADB223;
}
</style>