Shades of Bahia #ADCA16
Tints of Bahia #ADCA16
RGB
CMYK
RGB Variations
Color information
#ADCA16 (or 0xADCA16) is known color: Bahia. HEX triplet: AD, CA and 16. RGB value is (173,202,22). Sum of RGB (Red+Green+Blue) = 173+202+22=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 202 (79.30% from 255 or 50.88% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCA16 is #5235E9. Grayscale: #ADADAD. Windows color (decimal): -5387754 or 1493677. OLE color: 1493677.
HSL color Cylindrical-coordinate representation of color #ADCA16: hue angle of 69.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ADCA16 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 202 | 22 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.21 |
| HSL | 69.67º | 0.8% | 0.44% | - |
| HSV(B) | 69.67º | 0.89% | 0.79% | - |
| XYZ | 38.5 | 51.18 | 8.61 | - |
| YUV | 172.81 | 42.89 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 202 | 22 | 0.14 | 0 | 0.89 | 0.21 | 69.67 | 0.8 | 0.44 |
| Hex | AD | CA | 16 | E | 0 | 59 | 15 | 46 | 50 | 2C |
| Octal | 255 | 312 | 26 | 16 | 0 | 131 | 25 | 106 | 120 | 54 |
| Binary | 10101101 | 11001010 | 10110 | 1110 | 0 | 1011001 | 10101 | 1000110 | 1010000 | 101100 |
Color Harmonies of #ADCA16
Complementary color
Monochromatic Colors of #ADCA16
Black with #ADCA16
Text Example
Text Example
White with #ADCA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCA16; }
p { color: rgb(173,202,22); }
H1.HeaderClassName
{
color: #ADCA16;
}
.AnyTagClassName
{
color: #ADCA16;
}
</style>
background-color css
<style>
a { background-color: #ADCA16; }
a { background-color: rgb(173,202,22); }
div.DivClassName
{
background-color: #ADCA16;
}
.BgClassName
{
background-color: #ADCA16;
}
</style>
border-color css
<style>
span { border-color: #ADCA16; }
span { border-color: rgb(173,202,22); }
td.TdClassName
{
border-color: #ADCA16;
}
.TagClassName
{
border-color: #ADCA16;
}
</style>