Shades of Bahia #ADC231
Tints of Bahia #ADC231
RGB
CMYK
RGB Variations
Color information
#ADC231 (or 0xADC231) is known color: Bahia. HEX triplet: AD, C2 and 31. RGB value is (173,194,49). Sum of RGB (Red+Green+Blue) = 173+194+49=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 49 (19.53% from 255 or 11.78% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC231 is #523DCE. Grayscale: #ABABAB. Windows color (decimal): -5389775 or 3261101. OLE color: 3261101.
HSL color Cylindrical-coordinate representation of color #ADC231: hue angle of 68.69º 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 #ADC231 is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 49 | - |
| CMYK | 0.11 | 0 | 0.75 | 0.24 |
| HSL | 68.69º | 0.6% | 0.48% | - |
| HSV(B) | 68.69º | 0.75% | 0.76% | - |
| XYZ | 37.08 | 47.69 | 10.16 | - |
| YUV | 171.19 | 59.04 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 49 | 0.11 | 0 | 0.75 | 0.24 | 68.69 | 0.6 | 0.48 |
| Hex | AD | C2 | 31 | B | 0 | 4B | 18 | 45 | 3C | 30 |
| Octal | 255 | 302 | 61 | 13 | 0 | 113 | 30 | 105 | 74 | 60 |
| Binary | 10101101 | 11000010 | 110001 | 1011 | 0 | 1001011 | 11000 | 1000101 | 111100 | 110000 |
Color Harmonies of #ADC231
Complementary color
Monochromatic Colors of #ADC231
Black with #ADC231
Text Example
Text Example
White with #ADC231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC231; }
p { color: rgb(173,194,49); }
H1.HeaderClassName
{
color: #ADC231;
}
.AnyTagClassName
{
color: #ADC231;
}
</style>
background-color css
<style>
a { background-color: #ADC231; }
a { background-color: rgb(173,194,49); }
div.DivClassName
{
background-color: #ADC231;
}
.BgClassName
{
background-color: #ADC231;
}
</style>
border-color css
<style>
span { border-color: #ADC231; }
span { border-color: rgb(173,194,49); }
td.TdClassName
{
border-color: #ADC231;
}
.TagClassName
{
border-color: #ADC231;
}
</style>