Shades of Bahia #ADBA24
Tints of Bahia #ADBA24
RGB
CMYK
RGB Variations
Color information
#ADBA24 (or 0xADBA24) is known color: Bahia. HEX triplet: AD, BA and 24. RGB value is (173,186,36). Sum of RGB (Red+Green+Blue) = 173+186+36=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 36 (14.45% from 255 or 9.11% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA24 is #5245DB. Grayscale: #A5A5A5. Windows color (decimal): -5391836 or 2407085. OLE color: 2407085.
HSL color Cylindrical-coordinate representation of color #ADBA24: hue angle of 65.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADBA24 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 36 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.27 |
| HSL | 65.2º | 0.68% | 0.44% | - |
| HSV(B) | 65.2º | 0.81% | 0.73% | - |
| XYZ | 35.11 | 44.13 | 8.34 | - |
| YUV | 165.01 | 55.19 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 36 | 0.07 | 0 | 0.81 | 0.27 | 65.2 | 0.68 | 0.44 |
| Hex | AD | BA | 24 | 7 | 0 | 51 | 1B | 41 | 44 | 2C |
| Octal | 255 | 272 | 44 | 7 | 0 | 121 | 33 | 101 | 104 | 54 |
| Binary | 10101101 | 10111010 | 100100 | 111 | 0 | 1010001 | 11011 | 1000001 | 1000100 | 101100 |
Color Harmonies of #ADBA24
Complementary color
Monochromatic Colors of #ADBA24
Black with #ADBA24
Text Example
Text Example
White with #ADBA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA24; }
p { color: rgb(173,186,36); }
H1.HeaderClassName
{
color: #ADBA24;
}
.AnyTagClassName
{
color: #ADBA24;
}
</style>
background-color css
<style>
a { background-color: #ADBA24; }
a { background-color: rgb(173,186,36); }
div.DivClassName
{
background-color: #ADBA24;
}
.BgClassName
{
background-color: #ADBA24;
}
</style>
border-color css
<style>
span { border-color: #ADBA24; }
span { border-color: rgb(173,186,36); }
td.TdClassName
{
border-color: #ADBA24;
}
.TagClassName
{
border-color: #ADBA24;
}
</style>