Shades of Bahia #ADBF31
Tints of Bahia #ADBF31
RGB
CMYK
RGB Variations
Color information
#ADBF31 (or 0xADBF31) is known color: Bahia. HEX triplet: AD, BF and 31. RGB value is (173,191,49). Sum of RGB (Red+Green+Blue) = 173+191+49=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBF31 is #5240CE. Grayscale: #A9A9A9. Windows color (decimal): -5390543 or 3260333. OLE color: 3260333.
HSL color Cylindrical-coordinate representation of color #ADBF31: hue angle of 67.61º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADBF31 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 191 | 49 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.25 |
| HSL | 67.61º | 0.59% | 0.47% | - |
| HSV(B) | 67.61º | 0.74% | 0.75% | - |
| XYZ | 36.42 | 46.37 | 9.94 | - |
| YUV | 169.43 | 60.04 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 49 | 0.09 | 0 | 0.74 | 0.25 | 67.61 | 0.59 | 0.47 |
| Hex | AD | BF | 31 | 9 | 0 | 4A | 19 | 44 | 3B | 2F |
| Octal | 255 | 277 | 61 | 11 | 0 | 112 | 31 | 104 | 73 | 57 |
| Binary | 10101101 | 10111111 | 110001 | 1001 | 0 | 1001010 | 11001 | 1000100 | 111011 | 101111 |
Color Harmonies of #ADBF31
Complementary color
Monochromatic Colors of #ADBF31
Black with #ADBF31
Text Example
Text Example
White with #ADBF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBF31; }
p { color: rgb(173,191,49); }
H1.HeaderClassName
{
color: #ADBF31;
}
.AnyTagClassName
{
color: #ADBF31;
}
</style>
background-color css
<style>
a { background-color: #ADBF31; }
a { background-color: rgb(173,191,49); }
div.DivClassName
{
background-color: #ADBF31;
}
.BgClassName
{
background-color: #ADBF31;
}
</style>
border-color css
<style>
span { border-color: #ADBF31; }
span { border-color: rgb(173,191,49); }
td.TdClassName
{
border-color: #ADBF31;
}
.TagClassName
{
border-color: #ADBF31;
}
</style>