Shades of Bahia #ADC01E
Tints of Bahia #ADC01E
RGB
CMYK
RGB Variations
Color information
#ADC01E (or 0xADC01E) is known color: Bahia. HEX triplet: AD, C0 and 1E. RGB value is (173,192,30). Sum of RGB (Red+Green+Blue) = 173+192+30=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 30 (12.11% from 255 or 7.59% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC01E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC01E is #523FE1. Grayscale: #A8A8A8. Windows color (decimal): -5390306 or 2015405. OLE color: 2015405.
HSL color Cylindrical-coordinate representation of color #ADC01E: hue angle of 67.04º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADC01E is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 30 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.25 |
| HSL | 67.04º | 0.73% | 0.44% | - |
| HSV(B) | 67.04º | 0.84% | 0.75% | - |
| XYZ | 36.32 | 46.68 | 8.32 | - |
| YUV | 167.85 | 50.21 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 30 | 0.10 | 0 | 0.84 | 0.25 | 67.04 | 0.73 | 0.44 |
| Hex | AD | C0 | 1E | A | 0 | 54 | 19 | 43 | 49 | 2C |
| Octal | 255 | 300 | 36 | 12 | 0 | 124 | 31 | 103 | 111 | 54 |
| Binary | 10101101 | 11000000 | 11110 | 1010 | 0 | 1010100 | 11001 | 1000011 | 1001001 | 101100 |
Color Harmonies of #ADC01E
Complementary color
Monochromatic Colors of #ADC01E
Black with #ADC01E
Text Example
Text Example
White with #ADC01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC01E; }
p { color: rgb(173,192,30); }
H1.HeaderClassName
{
color: #ADC01E;
}
.AnyTagClassName
{
color: #ADC01E;
}
</style>
background-color css
<style>
a { background-color: #ADC01E; }
a { background-color: rgb(173,192,30); }
div.DivClassName
{
background-color: #ADC01E;
}
.BgClassName
{
background-color: #ADC01E;
}
</style>
border-color css
<style>
span { border-color: #ADC01E; }
span { border-color: rgb(173,192,30); }
td.TdClassName
{
border-color: #ADC01E;
}
.TagClassName
{
border-color: #ADC01E;
}
</style>