Shades of Bahia #ADBA23
Tints of Bahia #ADBA23
RGB
CMYK
RGB Variations
Color information
#ADBA23 (or 0xADBA23) is known color: Bahia. HEX triplet: AD, BA and 23. RGB value is (173,186,35). Sum of RGB (Red+Green+Blue) = 173+186+35=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 186 (73.05% from 255 or 47.21% from 394); Blue value is 35 (14.06% from 255 or 8.88% from 394); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBA23 is #5245DC. Grayscale: #A5A5A5. Windows color (decimal): -5391837 or 2341549. OLE color: 2341549.
HSL color Cylindrical-coordinate representation of color #ADBA23: hue angle of 65.17º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADBA23 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 186 | 35 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.27 |
| HSL | 65.17º | 0.68% | 0.43% | - |
| HSV(B) | 65.17º | 0.81% | 0.73% | - |
| XYZ | 35.1 | 44.12 | 8.26 | - |
| YUV | 164.9 | 54.69 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 186 | 35 | 0.07 | 0 | 0.81 | 0.27 | 65.17 | 0.68 | 0.43 |
| Hex | AD | BA | 23 | 7 | 0 | 51 | 1B | 41 | 44 | 2B |
| Octal | 255 | 272 | 43 | 7 | 0 | 121 | 33 | 101 | 104 | 53 |
| Binary | 10101101 | 10111010 | 100011 | 111 | 0 | 1010001 | 11011 | 1000001 | 1000100 | 101011 |
Color Harmonies of #ADBA23
Complementary color
Monochromatic Colors of #ADBA23
Black with #ADBA23
Text Example
Text Example
White with #ADBA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBA23; }
p { color: rgb(173,186,35); }
H1.HeaderClassName
{
color: #ADBA23;
}
.AnyTagClassName
{
color: #ADBA23;
}
</style>
background-color css
<style>
a { background-color: #ADBA23; }
a { background-color: rgb(173,186,35); }
div.DivClassName
{
background-color: #ADBA23;
}
.BgClassName
{
background-color: #ADBA23;
}
</style>
border-color css
<style>
span { border-color: #ADBA23; }
span { border-color: rgb(173,186,35); }
td.TdClassName
{
border-color: #ADBA23;
}
.TagClassName
{
border-color: #ADBA23;
}
</style>