Shades of Bahia #ADBD24
Tints of Bahia #ADBD24
RGB
CMYK
RGB Variations
Color information
#ADBD24 (or 0xADBD24) is known color: Bahia. HEX triplet: AD, BD and 24. RGB value is (173,189,36). Sum of RGB (Red+Green+Blue) = 173+189+36=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 36 (14.45% from 255 or 9.05% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBD24 is #5242DB. Grayscale: #A7A7A7. Windows color (decimal): -5391068 or 2407853. OLE color: 2407853.
HSL color Cylindrical-coordinate representation of color #ADBD24: hue angle of 66.27º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADBD24 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 36 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.26 |
| HSL | 66.27º | 0.68% | 0.44% | - |
| HSV(B) | 66.27º | 0.81% | 0.74% | - |
| XYZ | 35.75 | 45.41 | 8.55 | - |
| YUV | 166.77 | 54.2 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 36 | 0.08 | 0 | 0.81 | 0.26 | 66.27 | 0.68 | 0.44 |
| Hex | AD | BD | 24 | 8 | 0 | 51 | 1A | 42 | 44 | 2C |
| Octal | 255 | 275 | 44 | 10 | 0 | 121 | 32 | 102 | 104 | 54 |
| Binary | 10101101 | 10111101 | 100100 | 1000 | 0 | 1010001 | 11010 | 1000010 | 1000100 | 101100 |
Color Harmonies of #ADBD24
Complementary color
Monochromatic Colors of #ADBD24
Black with #ADBD24
Text Example
Text Example
White with #ADBD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD24; }
p { color: rgb(173,189,36); }
H1.HeaderClassName
{
color: #ADBD24;
}
.AnyTagClassName
{
color: #ADBD24;
}
</style>
background-color css
<style>
a { background-color: #ADBD24; }
a { background-color: rgb(173,189,36); }
div.DivClassName
{
background-color: #ADBD24;
}
.BgClassName
{
background-color: #ADBD24;
}
</style>
border-color css
<style>
span { border-color: #ADBD24; }
span { border-color: rgb(173,189,36); }
td.TdClassName
{
border-color: #ADBD24;
}
.TagClassName
{
border-color: #ADBD24;
}
</style>