Shades of Bahia #ADBB2C
Tints of Bahia #ADBB2C
RGB
CMYK
RGB Variations
Color information
#ADBB2C (or 0xADBB2C) is known color: Bahia. HEX triplet: AD, BB and 2C. RGB value is (173,187,44). Sum of RGB (Red+Green+Blue) = 173+187+44=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 44 (17.58% from 255 or 10.89% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB2C is #5244D3. Grayscale: #A7A7A7. Windows color (decimal): -5391572 or 2931629. OLE color: 2931629.
HSL color Cylindrical-coordinate representation of color #ADBB2C: hue angle of 65.87º degrees, saturation: 0.62, 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 #ADBB2C is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 44 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.27 |
| HSL | 65.87º | 0.62% | 0.45% | - |
| HSV(B) | 65.87º | 0.76% | 0.73% | - |
| XYZ | 35.46 | 44.61 | 9.12 | - |
| YUV | 166.51 | 58.86 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 44 | 0.07 | 0 | 0.76 | 0.27 | 65.87 | 0.62 | 0.45 |
| Hex | AD | BB | 2C | 7 | 0 | 4C | 1B | 42 | 3E | 2D |
| Octal | 255 | 273 | 54 | 7 | 0 | 114 | 33 | 102 | 76 | 55 |
| Binary | 10101101 | 10111011 | 101100 | 111 | 0 | 1001100 | 11011 | 1000010 | 111110 | 101101 |
Color Harmonies of #ADBB2C
Complementary color
Monochromatic Colors of #ADBB2C
Black with #ADBB2C
Text Example
Text Example
White with #ADBB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB2C; }
p { color: rgb(173,187,44); }
H1.HeaderClassName
{
color: #ADBB2C;
}
.AnyTagClassName
{
color: #ADBB2C;
}
</style>
background-color css
<style>
a { background-color: #ADBB2C; }
a { background-color: rgb(173,187,44); }
div.DivClassName
{
background-color: #ADBB2C;
}
.BgClassName
{
background-color: #ADBB2C;
}
</style>
border-color css
<style>
span { border-color: #ADBB2C; }
span { border-color: rgb(173,187,44); }
td.TdClassName
{
border-color: #ADBB2C;
}
.TagClassName
{
border-color: #ADBB2C;
}
</style>