Shades of Bahia #ADC332
Tints of Bahia #ADC332
RGB
CMYK
RGB Variations
Color information
#ADC332 (or 0xADC332) is known color: Bahia. HEX triplet: AD, C3 and 32. RGB value is (173,195,50). Sum of RGB (Red+Green+Blue) = 173+195+50=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC332 is #523CCD. Grayscale: #ACACAC. Windows color (decimal): -5389518 or 3326893. OLE color: 3326893.
HSL color Cylindrical-coordinate representation of color #ADC332: hue angle of 69.1º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ADC332 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 50 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.24 |
| HSL | 69.1º | 0.59% | 0.48% | - |
| HSV(B) | 69.1º | 0.74% | 0.76% | - |
| XYZ | 37.32 | 48.14 | 10.34 | - |
| YUV | 171.89 | 59.21 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 50 | 0.11 | 0 | 0.74 | 0.24 | 69.1 | 0.59 | 0.48 |
| Hex | AD | C3 | 32 | B | 0 | 4A | 18 | 45 | 3B | 30 |
| Octal | 255 | 303 | 62 | 13 | 0 | 112 | 30 | 105 | 73 | 60 |
| Binary | 10101101 | 11000011 | 110010 | 1011 | 0 | 1001010 | 11000 | 1000101 | 111011 | 110000 |
Color Harmonies of #ADC332
Complementary color
Monochromatic Colors of #ADC332
Black with #ADC332
Text Example
Text Example
White with #ADC332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC332; }
p { color: rgb(173,195,50); }
H1.HeaderClassName
{
color: #ADC332;
}
.AnyTagClassName
{
color: #ADC332;
}
</style>
background-color css
<style>
a { background-color: #ADC332; }
a { background-color: rgb(173,195,50); }
div.DivClassName
{
background-color: #ADC332;
}
.BgClassName
{
background-color: #ADC332;
}
</style>
border-color css
<style>
span { border-color: #ADC332; }
span { border-color: rgb(173,195,50); }
td.TdClassName
{
border-color: #ADC332;
}
.TagClassName
{
border-color: #ADC332;
}
</style>