Shades of Bahia #ADCD27
Tints of Bahia #ADCD27
RGB
CMYK
RGB Variations
Color information
#ADCD27 (or 0xADCD27) is known color: Bahia. HEX triplet: AD, CD and 27. RGB value is (173,205,39). Sum of RGB (Red+Green+Blue) = 173+205+39=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 39 (15.62% from 255 or 9.35% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCD27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCD27 is #5232D8. Grayscale: #B1B1B1. Windows color (decimal): -5386969 or 2608557. OLE color: 2608557.
HSL color Cylindrical-coordinate representation of color #ADCD27: hue angle of 71.57º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADCD27 is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 173 | 205 | 39 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.20 |
| HSL | 71.57º | 0.68% | 0.48% | - |
| HSV(B) | 71.57º | 0.81% | 0.8% | - |
| XYZ | 39.43 | 52.69 | 10.01 | - |
| YUV | 176.51 | 50.4 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 205 | 39 | 0.16 | 0 | 0.81 | 0.20 | 71.57 | 0.68 | 0.48 |
| Hex | AD | CD | 27 | 10 | 0 | 51 | 14 | 48 | 44 | 30 |
| Octal | 255 | 315 | 47 | 20 | 0 | 121 | 24 | 110 | 104 | 60 |
| Binary | 10101101 | 11001101 | 100111 | 10000 | 0 | 1010001 | 10100 | 1001000 | 1000100 | 110000 |
Color Harmonies of #ADCD27
Complementary color
Monochromatic Colors of #ADCD27
Black with #ADCD27
Text Example
Text Example
White with #ADCD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCD27; }
p { color: rgb(173,205,39); }
H1.HeaderClassName
{
color: #ADCD27;
}
.AnyTagClassName
{
color: #ADCD27;
}
</style>
background-color css
<style>
a { background-color: #ADCD27; }
a { background-color: rgb(173,205,39); }
div.DivClassName
{
background-color: #ADCD27;
}
.BgClassName
{
background-color: #ADCD27;
}
</style>
border-color css
<style>
span { border-color: #ADCD27; }
span { border-color: rgb(173,205,39); }
td.TdClassName
{
border-color: #ADCD27;
}
.TagClassName
{
border-color: #ADCD27;
}
</style>