Shades of Bahia #ADC330
Tints of Bahia #ADC330
RGB
CMYK
RGB Variations
Color information
#ADC330 (or 0xADC330) is known color: Bahia. HEX triplet: AD, C3 and 30. RGB value is (173,195,48). Sum of RGB (Red+Green+Blue) = 173+195+48=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC330 is #523CCF. Grayscale: #ACACAC. Windows color (decimal): -5389520 or 3195821. OLE color: 3195821.
HSL color Cylindrical-coordinate representation of color #ADC330: hue angle of 68.98º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ADC330 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 48 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.24 |
| HSL | 68.98º | 0.6% | 0.48% | - |
| HSV(B) | 68.98º | 0.75% | 0.76% | - |
| XYZ | 37.28 | 48.13 | 10.12 | - |
| YUV | 171.66 | 58.21 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 48 | 0.11 | 0 | 0.75 | 0.24 | 68.98 | 0.6 | 0.48 |
| Hex | AD | C3 | 30 | B | 0 | 4B | 18 | 45 | 3C | 30 |
| Octal | 255 | 303 | 60 | 13 | 0 | 113 | 30 | 105 | 74 | 60 |
| Binary | 10101101 | 11000011 | 110000 | 1011 | 0 | 1001011 | 11000 | 1000101 | 111100 | 110000 |
Color Harmonies of #ADC330
Complementary color
Monochromatic Colors of #ADC330
Black with #ADC330
Text Example
Text Example
White with #ADC330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC330; }
p { color: rgb(173,195,48); }
H1.HeaderClassName
{
color: #ADC330;
}
.AnyTagClassName
{
color: #ADC330;
}
</style>
background-color css
<style>
a { background-color: #ADC330; }
a { background-color: rgb(173,195,48); }
div.DivClassName
{
background-color: #ADC330;
}
.BgClassName
{
background-color: #ADC330;
}
</style>
border-color css
<style>
span { border-color: #ADC330; }
span { border-color: rgb(173,195,48); }
td.TdClassName
{
border-color: #ADC330;
}
.TagClassName
{
border-color: #ADC330;
}
</style>