Shades of Bahia #ADBC25
Tints of Bahia #ADBC25
RGB
CMYK
RGB Variations
Color information
#ADBC25 (or 0xADBC25) is known color: Bahia. HEX triplet: AD, BC and 25. RGB value is (173,188,37). Sum of RGB (Red+Green+Blue) = 173+188+37=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 37 (14.84% from 255 or 9.30% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADBC25 is #5243DA. Grayscale: #A6A6A6. Windows color (decimal): -5391323 or 2473133. OLE color: 2473133.
HSL color Cylindrical-coordinate representation of color #ADBC25: hue angle of 65.96º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADBC25 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 188 | 37 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.26 |
| HSL | 65.96º | 0.67% | 0.44% | - |
| HSV(B) | 65.96º | 0.8% | 0.74% | - |
| XYZ | 35.55 | 44.98 | 8.56 | - |
| YUV | 166.3 | 55.03 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 188 | 37 | 0.08 | 0 | 0.80 | 0.26 | 65.96 | 0.67 | 0.44 |
| Hex | AD | BC | 25 | 8 | 0 | 50 | 1A | 42 | 43 | 2C |
| Octal | 255 | 274 | 45 | 10 | 0 | 120 | 32 | 102 | 103 | 54 |
| Binary | 10101101 | 10111100 | 100101 | 1000 | 0 | 1010000 | 11010 | 1000010 | 1000011 | 101100 |
Color Harmonies of #ADBC25
Complementary color
Monochromatic Colors of #ADBC25
Black with #ADBC25
Text Example
Text Example
White with #ADBC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBC25; }
p { color: rgb(173,188,37); }
H1.HeaderClassName
{
color: #ADBC25;
}
.AnyTagClassName
{
color: #ADBC25;
}
</style>
background-color css
<style>
a { background-color: #ADBC25; }
a { background-color: rgb(173,188,37); }
div.DivClassName
{
background-color: #ADBC25;
}
.BgClassName
{
background-color: #ADBC25;
}
</style>
border-color css
<style>
span { border-color: #ADBC25; }
span { border-color: rgb(173,188,37); }
td.TdClassName
{
border-color: #ADBC25;
}
.TagClassName
{
border-color: #ADBC25;
}
</style>