Shades of Bahia #ADC314
Tints of Bahia #ADC314
RGB
CMYK
RGB Variations
Color information
#ADC314 (or 0xADC314) is known color: Bahia. HEX triplet: AD, C3 and 14. RGB value is (173,195,20). Sum of RGB (Red+Green+Blue) = 173+195+20=388 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.59% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC314 is #523CEB. Grayscale: #A9A9A9. Windows color (decimal): -5389548 or 1360813. OLE color: 1360813.
HSL color Cylindrical-coordinate representation of color #ADC314: hue angle of 67.54º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ADC314 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 20 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.24 |
| HSL | 67.54º | 0.81% | 0.42% | - |
| HSV(B) | 67.54º | 0.9% | 0.76% | - |
| XYZ | 36.87 | 47.96 | 7.98 | - |
| YUV | 168.47 | 44.21 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 20 | 0.11 | 0 | 0.90 | 0.24 | 67.54 | 0.81 | 0.42 |
| Hex | AD | C3 | 14 | B | 0 | 5A | 18 | 44 | 51 | 2A |
| Octal | 255 | 303 | 24 | 13 | 0 | 132 | 30 | 104 | 121 | 52 |
| Binary | 10101101 | 11000011 | 10100 | 1011 | 0 | 1011010 | 11000 | 1000100 | 1010001 | 101010 |
Color Harmonies of #ADC314
Complementary color
Monochromatic Colors of #ADC314
Black with #ADC314
Text Example
Text Example
White with #ADC314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC314; }
p { color: rgb(173,195,20); }
H1.HeaderClassName
{
color: #ADC314;
}
.AnyTagClassName
{
color: #ADC314;
}
</style>
background-color css
<style>
a { background-color: #ADC314; }
a { background-color: rgb(173,195,20); }
div.DivClassName
{
background-color: #ADC314;
}
.BgClassName
{
background-color: #ADC314;
}
</style>
border-color css
<style>
span { border-color: #ADC314; }
span { border-color: rgb(173,195,20); }
td.TdClassName
{
border-color: #ADC314;
}
.TagClassName
{
border-color: #ADC314;
}
</style>