Shades of Bahia #ADCD1F
Tints of Bahia #ADCD1F
RGB
CMYK
RGB Variations
Color information
#ADCD1F (or 0xADCD1F) is known color: Bahia. HEX triplet: AD, CD and 1F. RGB value is (173,205,31). Sum of RGB (Red+Green+Blue) = 173+205+31=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 31 (12.5% from 255 or 7.58% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD1F is #5232E0. Grayscale: #B0B0B0. Windows color (decimal): -5386977 or 2084269. OLE color: 2084269.
HSL color Cylindrical-coordinate representation of color #ADCD1F: hue angle of 71.03º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADCD1F is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 31 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.20 |
| HSL | 71.03º | 0.74% | 0.46% | - |
| HSV(B) | 71.03º | 0.85% | 0.8% | - |
| XYZ | 39.31 | 52.65 | 9.39 | - |
| YUV | 175.6 | 46.4 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 31 | 0.16 | 0 | 0.85 | 0.20 | 71.03 | 0.74 | 0.46 |
| Hex | AD | CD | 1F | 10 | 0 | 55 | 14 | 47 | 4A | 2E |
| Octal | 255 | 315 | 37 | 20 | 0 | 125 | 24 | 107 | 112 | 56 |
| Binary | 10101101 | 11001101 | 11111 | 10000 | 0 | 1010101 | 10100 | 1000111 | 1001010 | 101110 |
Color Harmonies of #ADCD1F
Complementary color
Monochromatic Colors of #ADCD1F
Black with #ADCD1F
Text Example
Text Example
White with #ADCD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD1F; }
p { color: rgb(173,205,31); }
H1.HeaderClassName
{
color: #ADCD1F;
}
.AnyTagClassName
{
color: #ADCD1F;
}
</style>
background-color css
<style>
a { background-color: #ADCD1F; }
a { background-color: rgb(173,205,31); }
div.DivClassName
{
background-color: #ADCD1F;
}
.BgClassName
{
background-color: #ADCD1F;
}
</style>
border-color css
<style>
span { border-color: #ADCD1F; }
span { border-color: rgb(173,205,31); }
td.TdClassName
{
border-color: #ADCD1F;
}
.TagClassName
{
border-color: #ADCD1F;
}
</style>