Shades of Bahia #ADBF32
Tints of Bahia #ADBF32
RGB
CMYK
RGB Variations
Color information
#ADBF32 (or 0xADBF32) is known color: Bahia. HEX triplet: AD, BF and 32. RGB value is (173,191,50). Sum of RGB (Red+Green+Blue) = 173+191+50=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 191 (75% from 255 or 46.14% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 191 - color contains mainly: green. Hex color #ADBF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBF32 is #5240CD. Grayscale: #AAAAAA. Windows color (decimal): -5390542 or 3325869. OLE color: 3325869.
HSL color Cylindrical-coordinate representation of color #ADBF32: hue angle of 67.66º 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 #ADBF32 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 191 | 50 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.25 |
| HSL | 67.66º | 0.59% | 0.47% | - |
| HSV(B) | 67.66º | 0.74% | 0.75% | - |
| XYZ | 36.44 | 46.38 | 10.05 | - |
| YUV | 169.54 | 60.54 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 191 | 50 | 0.09 | 0 | 0.74 | 0.25 | 67.66 | 0.59 | 0.47 |
| Hex | AD | BF | 32 | 9 | 0 | 4A | 19 | 44 | 3B | 2F |
| Octal | 255 | 277 | 62 | 11 | 0 | 112 | 31 | 104 | 73 | 57 |
| Binary | 10101101 | 10111111 | 110010 | 1001 | 0 | 1001010 | 11001 | 1000100 | 111011 | 101111 |
Color Harmonies of #ADBF32
Complementary color
Monochromatic Colors of #ADBF32
Black with #ADBF32
Text Example
Text Example
White with #ADBF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBF32; }
p { color: rgb(173,191,50); }
H1.HeaderClassName
{
color: #ADBF32;
}
.AnyTagClassName
{
color: #ADBF32;
}
</style>
background-color css
<style>
a { background-color: #ADBF32; }
a { background-color: rgb(173,191,50); }
div.DivClassName
{
background-color: #ADBF32;
}
.BgClassName
{
background-color: #ADBF32;
}
</style>
border-color css
<style>
span { border-color: #ADBF32; }
span { border-color: rgb(173,191,50); }
td.TdClassName
{
border-color: #ADBF32;
}
.TagClassName
{
border-color: #ADBF32;
}
</style>