Shades of Bahia #ADBB31
Tints of Bahia #ADBB31
RGB
CMYK
RGB Variations
Color information
#ADBB31 (or 0xADBB31) is known color: Bahia. HEX triplet: AD, BB and 31. RGB value is (173,187,49). Sum of RGB (Red+Green+Blue) = 173+187+49=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 49 (19.53% from 255 or 11.98% from 409); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBB31 is #5244CE. Grayscale: #A7A7A7. Windows color (decimal): -5391567 or 3259309. OLE color: 3259309.
HSL color Cylindrical-coordinate representation of color #ADBB31: hue angle of 66.09º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADBB31 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 49 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.27 |
| HSL | 66.09º | 0.58% | 0.46% | - |
| HSV(B) | 66.09º | 0.74% | 0.73% | - |
| XYZ | 35.56 | 44.65 | 9.65 | - |
| YUV | 167.08 | 61.36 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 49 | 0.07 | 0 | 0.74 | 0.27 | 66.09 | 0.58 | 0.46 |
| Hex | AD | BB | 31 | 7 | 0 | 4A | 1B | 42 | 3A | 2E |
| Octal | 255 | 273 | 61 | 7 | 0 | 112 | 33 | 102 | 72 | 56 |
| Binary | 10101101 | 10111011 | 110001 | 111 | 0 | 1001010 | 11011 | 1000010 | 111010 | 101110 |
Color Harmonies of #ADBB31
Complementary color
Monochromatic Colors of #ADBB31
Black with #ADBB31
Text Example
Text Example
White with #ADBB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB31; }
p { color: rgb(173,187,49); }
H1.HeaderClassName
{
color: #ADBB31;
}
.AnyTagClassName
{
color: #ADBB31;
}
</style>
background-color css
<style>
a { background-color: #ADBB31; }
a { background-color: rgb(173,187,49); }
div.DivClassName
{
background-color: #ADBB31;
}
.BgClassName
{
background-color: #ADBB31;
}
</style>
border-color css
<style>
span { border-color: #ADBB31; }
span { border-color: rgb(173,187,49); }
td.TdClassName
{
border-color: #ADBB31;
}
.TagClassName
{
border-color: #ADBB31;
}
</style>