Shades of Bahia #ADC320
Tints of Bahia #ADC320
RGB
CMYK
RGB Variations
Color information
#ADC320 (or 0xADC320) is known color: Bahia. HEX triplet: AD, C3 and 20. RGB value is (173,195,32). Sum of RGB (Red+Green+Blue) = 173+195+32=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 195 (76.56% from 255 or 48.75% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC320 is #523CDF. Grayscale: #AAAAAA. Windows color (decimal): -5389536 or 2147245. OLE color: 2147245.
HSL color Cylindrical-coordinate representation of color #ADC320: hue angle of 68.1º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADC320 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 32 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.24 |
| HSL | 68.1º | 0.72% | 0.45% | - |
| HSV(B) | 68.1º | 0.84% | 0.76% | - |
| XYZ | 37.01 | 48.02 | 8.68 | - |
| YUV | 169.84 | 50.21 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 32 | 0.11 | 0 | 0.84 | 0.24 | 68.1 | 0.72 | 0.45 |
| Hex | AD | C3 | 20 | B | 0 | 54 | 18 | 44 | 48 | 2D |
| Octal | 255 | 303 | 40 | 13 | 0 | 124 | 30 | 104 | 110 | 55 |
| Binary | 10101101 | 11000011 | 100000 | 1011 | 0 | 1010100 | 11000 | 1000100 | 1001000 | 101101 |
Color Harmonies of #ADC320
Complementary color
Monochromatic Colors of #ADC320
Black with #ADC320
Text Example
Text Example
White with #ADC320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC320; }
p { color: rgb(173,195,32); }
H1.HeaderClassName
{
color: #ADC320;
}
.AnyTagClassName
{
color: #ADC320;
}
</style>
background-color css
<style>
a { background-color: #ADC320; }
a { background-color: rgb(173,195,32); }
div.DivClassName
{
background-color: #ADC320;
}
.BgClassName
{
background-color: #ADC320;
}
</style>
border-color css
<style>
span { border-color: #ADC320; }
span { border-color: rgb(173,195,32); }
td.TdClassName
{
border-color: #ADC320;
}
.TagClassName
{
border-color: #ADC320;
}
</style>