Shades of Bahia #ADCC24
Tints of Bahia #ADCC24
RGB
CMYK
RGB Variations
Color information
#ADCC24 (or 0xADCC24) is known color: Bahia. HEX triplet: AD, CC and 24. RGB value is (173,204,36). Sum of RGB (Red+Green+Blue) = 173+204+36=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 36 (14.45% from 255 or 8.72% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC24 is #5233DB. Grayscale: #B0B0B0. Windows color (decimal): -5387228 or 2411693. OLE color: 2411693.
HSL color Cylindrical-coordinate representation of color #ADCC24: hue angle of 71.07º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ADCC24 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 36 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.2 |
| HSL | 71.07º | 0.7% | 0.47% | - |
| HSV(B) | 71.07º | 0.82% | 0.8% | - |
| XYZ | 39.14 | 52.2 | 9.68 | - |
| YUV | 175.58 | 49.23 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 36 | 0.15 | 0 | 0.82 | 0.2 | 71.07 | 0.7 | 0.47 |
| Hex | AD | CC | 24 | F | 0 | 52 | 14 | 47 | 46 | 2F |
| Octal | 255 | 314 | 44 | 17 | 0 | 122 | 24 | 107 | 106 | 57 |
| Binary | 10101101 | 11001100 | 100100 | 1111 | 0 | 1010010 | 10100 | 1000111 | 1000110 | 101111 |
Color Harmonies of #ADCC24
Complementary color
Monochromatic Colors of #ADCC24
Black with #ADCC24
Text Example
Text Example
White with #ADCC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC24; }
p { color: rgb(173,204,36); }
H1.HeaderClassName
{
color: #ADCC24;
}
.AnyTagClassName
{
color: #ADCC24;
}
</style>
background-color css
<style>
a { background-color: #ADCC24; }
a { background-color: rgb(173,204,36); }
div.DivClassName
{
background-color: #ADCC24;
}
.BgClassName
{
background-color: #ADCC24;
}
</style>
border-color css
<style>
span { border-color: #ADCC24; }
span { border-color: rgb(173,204,36); }
td.TdClassName
{
border-color: #ADCC24;
}
.TagClassName
{
border-color: #ADCC24;
}
</style>