Shades of Bahia #ADBD2F
Tints of Bahia #ADBD2F
RGB
CMYK
RGB Variations
Color information
#ADBD2F (or 0xADBD2F) is known color: Bahia. HEX triplet: AD, BD and 2F. RGB value is (173,189,47). Sum of RGB (Red+Green+Blue) = 173+189+47=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBD2F is #5242D0. Grayscale: #A8A8A8. Windows color (decimal): -5391057 or 3128749. OLE color: 3128749.
HSL color Cylindrical-coordinate representation of color #ADBD2F: hue angle of 66.76º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADBD2F is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 47 | - |
| CMYK | 0.08 | 0 | 0.75 | 0.26 |
| HSL | 66.76º | 0.6% | 0.46% | - |
| HSV(B) | 66.76º | 0.75% | 0.74% | - |
| XYZ | 35.94 | 45.48 | 9.57 | - |
| YUV | 168.03 | 59.7 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 47 | 0.08 | 0 | 0.75 | 0.26 | 66.76 | 0.6 | 0.46 |
| Hex | AD | BD | 2F | 8 | 0 | 4B | 1A | 43 | 3C | 2E |
| Octal | 255 | 275 | 57 | 10 | 0 | 113 | 32 | 103 | 74 | 56 |
| Binary | 10101101 | 10111101 | 101111 | 1000 | 0 | 1001011 | 11010 | 1000011 | 111100 | 101110 |
Color Harmonies of #ADBD2F
Complementary color
Monochromatic Colors of #ADBD2F
Black with #ADBD2F
Text Example
Text Example
White with #ADBD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD2F; }
p { color: rgb(173,189,47); }
H1.HeaderClassName
{
color: #ADBD2F;
}
.AnyTagClassName
{
color: #ADBD2F;
}
</style>
background-color css
<style>
a { background-color: #ADBD2F; }
a { background-color: rgb(173,189,47); }
div.DivClassName
{
background-color: #ADBD2F;
}
.BgClassName
{
background-color: #ADBD2F;
}
</style>
border-color css
<style>
span { border-color: #ADBD2F; }
span { border-color: rgb(173,189,47); }
td.TdClassName
{
border-color: #ADBD2F;
}
.TagClassName
{
border-color: #ADBD2F;
}
</style>