Shades of Bahia #ADC326
Tints of Bahia #ADC326
RGB
CMYK
RGB Variations
Color information
#ADC326 (or 0xADC326) is known color: Bahia. HEX triplet: AD, C3 and 26. RGB value is (173,195,38). Sum of RGB (Red+Green+Blue) = 173+195+38=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 38 (15.23% from 255 or 9.36% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC326 is #523CD9. Grayscale: #ABABAB. Windows color (decimal): -5389530 or 2540461. OLE color: 2540461.
HSL color Cylindrical-coordinate representation of color #ADC326: hue angle of 68.41º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADC326 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 38 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.24 |
| HSL | 68.41º | 0.67% | 0.46% | - |
| HSV(B) | 68.41º | 0.81% | 0.76% | - |
| XYZ | 37.1 | 48.05 | 9.15 | - |
| YUV | 170.52 | 53.21 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 38 | 0.11 | 0 | 0.81 | 0.24 | 68.41 | 0.67 | 0.46 |
| Hex | AD | C3 | 26 | B | 0 | 51 | 18 | 44 | 43 | 2E |
| Octal | 255 | 303 | 46 | 13 | 0 | 121 | 30 | 104 | 103 | 56 |
| Binary | 10101101 | 11000011 | 100110 | 1011 | 0 | 1010001 | 11000 | 1000100 | 1000011 | 101110 |
Color Harmonies of #ADC326
Complementary color
Monochromatic Colors of #ADC326
Black with #ADC326
Text Example
Text Example
White with #ADC326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC326; }
p { color: rgb(173,195,38); }
H1.HeaderClassName
{
color: #ADC326;
}
.AnyTagClassName
{
color: #ADC326;
}
</style>
background-color css
<style>
a { background-color: #ADC326; }
a { background-color: rgb(173,195,38); }
div.DivClassName
{
background-color: #ADC326;
}
.BgClassName
{
background-color: #ADC326;
}
</style>
border-color css
<style>
span { border-color: #ADC326; }
span { border-color: rgb(173,195,38); }
td.TdClassName
{
border-color: #ADC326;
}
.TagClassName
{
border-color: #ADC326;
}
</style>