Shades of Bahia #ADCC28
Tints of Bahia #ADCC28
RGB
CMYK
RGB Variations
Color information
#ADCC28 (or 0xADCC28) is known color: Bahia. HEX triplet: AD, CC and 28. RGB value is (173,204,40). Sum of RGB (Red+Green+Blue) = 173+204+40=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 40 (16.02% from 255 or 9.59% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCC28 is #5233D7. Grayscale: #B0B0B0. Windows color (decimal): -5387224 or 2673837. OLE color: 2673837.
HSL color Cylindrical-coordinate representation of color #ADCC28: hue angle of 71.34º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADCC28 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 40 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.2 |
| HSL | 71.34º | 0.67% | 0.48% | - |
| HSV(B) | 71.34º | 0.8% | 0.8% | - |
| XYZ | 39.21 | 52.22 | 10.02 | - |
| YUV | 176.04 | 51.23 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 40 | 0.15 | 0 | 0.80 | 0.2 | 71.34 | 0.67 | 0.48 |
| Hex | AD | CC | 28 | F | 0 | 50 | 14 | 47 | 43 | 30 |
| Octal | 255 | 314 | 50 | 17 | 0 | 120 | 24 | 107 | 103 | 60 |
| Binary | 10101101 | 11001100 | 101000 | 1111 | 0 | 1010000 | 10100 | 1000111 | 1000011 | 110000 |
Color Harmonies of #ADCC28
Complementary color
Monochromatic Colors of #ADCC28
Black with #ADCC28
Text Example
Text Example
White with #ADCC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC28; }
p { color: rgb(173,204,40); }
H1.HeaderClassName
{
color: #ADCC28;
}
.AnyTagClassName
{
color: #ADCC28;
}
</style>
background-color css
<style>
a { background-color: #ADCC28; }
a { background-color: rgb(173,204,40); }
div.DivClassName
{
background-color: #ADCC28;
}
.BgClassName
{
background-color: #ADCC28;
}
</style>
border-color css
<style>
span { border-color: #ADCC28; }
span { border-color: rgb(173,204,40); }
td.TdClassName
{
border-color: #ADCC28;
}
.TagClassName
{
border-color: #ADCC28;
}
</style>