Shades of Bahia #ADCC27
Tints of Bahia #ADCC27
RGB
CMYK
RGB Variations
Color information
#ADCC27 (or 0xADCC27) is known color: Bahia. HEX triplet: AD, CC and 27. RGB value is (173,204,39). Sum of RGB (Red+Green+Blue) = 173+204+39=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 39 (15.62% from 255 or 9.38% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC27 is #5233D8. Grayscale: #B0B0B0. Windows color (decimal): -5387225 or 2608301. OLE color: 2608301.
HSL color Cylindrical-coordinate representation of color #ADCC27: hue angle of 71.27º 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 #ADCC27 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 39 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.2 |
| HSL | 71.27º | 0.68% | 0.48% | - |
| HSV(B) | 71.27º | 0.81% | 0.8% | - |
| XYZ | 39.19 | 52.22 | 9.93 | - |
| YUV | 175.92 | 50.73 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 39 | 0.15 | 0 | 0.81 | 0.2 | 71.27 | 0.68 | 0.48 |
| Hex | AD | CC | 27 | F | 0 | 51 | 14 | 47 | 44 | 30 |
| Octal | 255 | 314 | 47 | 17 | 0 | 121 | 24 | 107 | 104 | 60 |
| Binary | 10101101 | 11001100 | 100111 | 1111 | 0 | 1010001 | 10100 | 1000111 | 1000100 | 110000 |
Color Harmonies of #ADCC27
Complementary color
Monochromatic Colors of #ADCC27
Black with #ADCC27
Text Example
Text Example
White with #ADCC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC27; }
p { color: rgb(173,204,39); }
H1.HeaderClassName
{
color: #ADCC27;
}
.AnyTagClassName
{
color: #ADCC27;
}
</style>
background-color css
<style>
a { background-color: #ADCC27; }
a { background-color: rgb(173,204,39); }
div.DivClassName
{
background-color: #ADCC27;
}
.BgClassName
{
background-color: #ADCC27;
}
</style>
border-color css
<style>
span { border-color: #ADCC27; }
span { border-color: rgb(173,204,39); }
td.TdClassName
{
border-color: #ADCC27;
}
.TagClassName
{
border-color: #ADCC27;
}
</style>