Shades of Bahia #ADCA2D
Tints of Bahia #ADCA2D
RGB
CMYK
RGB Variations
Color information
#ADCA2D (or 0xADCA2D) is known color: Bahia. HEX triplet: AD, CA and 2D. RGB value is (173,202,45). Sum of RGB (Red+Green+Blue) = 173+202+45=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCA2D is #5235D2. Grayscale: #B0B0B0. Windows color (decimal): -5387731 or 3001005. OLE color: 3001005.
HSL color Cylindrical-coordinate representation of color #ADCA2D: hue angle of 71.08º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ADCA2D is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 202 | 45 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.21 |
| HSL | 71.08º | 0.64% | 0.48% | - |
| HSV(B) | 71.08º | 0.78% | 0.79% | - |
| XYZ | 38.83 | 51.31 | 10.34 | - |
| YUV | 175.43 | 54.39 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 202 | 45 | 0.14 | 0 | 0.78 | 0.21 | 71.08 | 0.64 | 0.48 |
| Hex | AD | CA | 2D | E | 0 | 4E | 15 | 47 | 40 | 30 |
| Octal | 255 | 312 | 55 | 16 | 0 | 116 | 25 | 107 | 100 | 60 |
| Binary | 10101101 | 11001010 | 101101 | 1110 | 0 | 1001110 | 10101 | 1000111 | 1000000 | 110000 |
Color Harmonies of #ADCA2D
Complementary color
Monochromatic Colors of #ADCA2D
Black with #ADCA2D
Text Example
Text Example
White with #ADCA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCA2D; }
p { color: rgb(173,202,45); }
H1.HeaderClassName
{
color: #ADCA2D;
}
.AnyTagClassName
{
color: #ADCA2D;
}
</style>
background-color css
<style>
a { background-color: #ADCA2D; }
a { background-color: rgb(173,202,45); }
div.DivClassName
{
background-color: #ADCA2D;
}
.BgClassName
{
background-color: #ADCA2D;
}
</style>
border-color css
<style>
span { border-color: #ADCA2D; }
span { border-color: rgb(173,202,45); }
td.TdClassName
{
border-color: #ADCA2D;
}
.TagClassName
{
border-color: #ADCA2D;
}
</style>