Shades of Bahia #ADBB2D
Tints of Bahia #ADBB2D
RGB
CMYK
RGB Variations
Color information
#ADBB2D (or 0xADBB2D) is known color: Bahia. HEX triplet: AD, BB and 2D. RGB value is (173,187,45). Sum of RGB (Red+Green+Blue) = 173+187+45=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB2D is #5244D2. Grayscale: #A7A7A7. Windows color (decimal): -5391571 or 2997165. OLE color: 2997165.
HSL color Cylindrical-coordinate representation of color #ADBB2D: hue angle of 65.92º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADBB2D is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 45 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.27 |
| HSL | 65.92º | 0.61% | 0.45% | - |
| HSV(B) | 65.92º | 0.76% | 0.73% | - |
| XYZ | 35.48 | 44.61 | 9.22 | - |
| YUV | 166.63 | 59.36 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 45 | 0.07 | 0 | 0.76 | 0.27 | 65.92 | 0.61 | 0.45 |
| Hex | AD | BB | 2D | 7 | 0 | 4C | 1B | 42 | 3D | 2D |
| Octal | 255 | 273 | 55 | 7 | 0 | 114 | 33 | 102 | 75 | 55 |
| Binary | 10101101 | 10111011 | 101101 | 111 | 0 | 1001100 | 11011 | 1000010 | 111101 | 101101 |
Color Harmonies of #ADBB2D
Complementary color
Monochromatic Colors of #ADBB2D
Black with #ADBB2D
Text Example
Text Example
White with #ADBB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB2D; }
p { color: rgb(173,187,45); }
H1.HeaderClassName
{
color: #ADBB2D;
}
.AnyTagClassName
{
color: #ADBB2D;
}
</style>
background-color css
<style>
a { background-color: #ADBB2D; }
a { background-color: rgb(173,187,45); }
div.DivClassName
{
background-color: #ADBB2D;
}
.BgClassName
{
background-color: #ADBB2D;
}
</style>
border-color css
<style>
span { border-color: #ADBB2D; }
span { border-color: rgb(173,187,45); }
td.TdClassName
{
border-color: #ADBB2D;
}
.TagClassName
{
border-color: #ADBB2D;
}
</style>