Shades of Bahia #ADBD2B
Tints of Bahia #ADBD2B
RGB
CMYK
RGB Variations
Color information
#ADBD2B (or 0xADBD2B) is known color: Bahia. HEX triplet: AD, BD and 2B. RGB value is (173,189,43). Sum of RGB (Red+Green+Blue) = 173+189+43=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 43 (17.19% from 255 or 10.62% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBD2B is #5242D4. Grayscale: #A8A8A8. Windows color (decimal): -5391061 or 2866605. OLE color: 2866605.
HSL color Cylindrical-coordinate representation of color #ADBD2B: hue angle of 66.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ADBD2B is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 43 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.26 |
| HSL | 66.58º | 0.63% | 0.45% | - |
| HSV(B) | 66.58º | 0.77% | 0.74% | - |
| XYZ | 35.87 | 45.45 | 9.17 | - |
| YUV | 167.57 | 57.7 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 43 | 0.08 | 0 | 0.77 | 0.26 | 66.58 | 0.63 | 0.45 |
| Hex | AD | BD | 2B | 8 | 0 | 4D | 1A | 43 | 3F | 2D |
| Octal | 255 | 275 | 53 | 10 | 0 | 115 | 32 | 103 | 77 | 55 |
| Binary | 10101101 | 10111101 | 101011 | 1000 | 0 | 1001101 | 11010 | 1000011 | 111111 | 101101 |
Color Harmonies of #ADBD2B
Complementary color
Monochromatic Colors of #ADBD2B
Black with #ADBD2B
Text Example
Text Example
White with #ADBD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD2B; }
p { color: rgb(173,189,43); }
H1.HeaderClassName
{
color: #ADBD2B;
}
.AnyTagClassName
{
color: #ADBD2B;
}
</style>
background-color css
<style>
a { background-color: #ADBD2B; }
a { background-color: rgb(173,189,43); }
div.DivClassName
{
background-color: #ADBD2B;
}
.BgClassName
{
background-color: #ADBD2B;
}
</style>
border-color css
<style>
span { border-color: #ADBD2B; }
span { border-color: rgb(173,189,43); }
td.TdClassName
{
border-color: #ADBD2B;
}
.TagClassName
{
border-color: #ADBD2B;
}
</style>