Shades of Bahia #ADC328
Tints of Bahia #ADC328
RGB
CMYK
RGB Variations
Color information
#ADC328 (or 0xADC328) is known color: Bahia. HEX triplet: AD, C3 and 28. RGB value is (173,195,40). Sum of RGB (Red+Green+Blue) = 173+195+40=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 40 (16.02% from 255 or 9.80% from 408); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC328 is #523CD7. Grayscale: #ABABAB. Windows color (decimal): -5389528 or 2671533. OLE color: 2671533.
HSL color Cylindrical-coordinate representation of color #ADC328: hue angle of 68.52º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ADC328 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 40 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.24 |
| HSL | 68.52º | 0.66% | 0.46% | - |
| HSV(B) | 68.52º | 0.79% | 0.76% | - |
| XYZ | 37.13 | 48.07 | 9.33 | - |
| YUV | 170.75 | 54.21 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 40 | 0.11 | 0 | 0.79 | 0.24 | 68.52 | 0.66 | 0.46 |
| Hex | AD | C3 | 28 | B | 0 | 4F | 18 | 45 | 42 | 2E |
| Octal | 255 | 303 | 50 | 13 | 0 | 117 | 30 | 105 | 102 | 56 |
| Binary | 10101101 | 11000011 | 101000 | 1011 | 0 | 1001111 | 11000 | 1000101 | 1000010 | 101110 |
Color Harmonies of #ADC328
Complementary color
Monochromatic Colors of #ADC328
Black with #ADC328
Text Example
Text Example
White with #ADC328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC328; }
p { color: rgb(173,195,40); }
H1.HeaderClassName
{
color: #ADC328;
}
.AnyTagClassName
{
color: #ADC328;
}
</style>
background-color css
<style>
a { background-color: #ADC328; }
a { background-color: rgb(173,195,40); }
div.DivClassName
{
background-color: #ADC328;
}
.BgClassName
{
background-color: #ADC328;
}
</style>
border-color css
<style>
span { border-color: #ADC328; }
span { border-color: rgb(173,195,40); }
td.TdClassName
{
border-color: #ADC328;
}
.TagClassName
{
border-color: #ADC328;
}
</style>