Shades of Bahia #ADC61B
Tints of Bahia #ADC61B
RGB
CMYK
RGB Variations
Color information
#ADC61B (or 0xADC61B) is known color: Bahia. HEX triplet: AD, C6 and 1B. RGB value is (173,198,27). Sum of RGB (Red+Green+Blue) = 173+198+27=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 198 (77.73% from 255 or 49.75% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC61B is #5239E4. Grayscale: #ABABAB. Windows color (decimal): -5388773 or 1820333. OLE color: 1820333.
HSL color Cylindrical-coordinate representation of color #ADC61B: hue angle of 68.77º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ADC61B is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 27 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.22 |
| HSL | 68.77º | 0.76% | 0.44% | - |
| HSV(B) | 68.77º | 0.86% | 0.78% | - |
| XYZ | 37.63 | 49.35 | 8.58 | - |
| YUV | 171.03 | 46.72 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 27 | 0.13 | 0 | 0.86 | 0.22 | 68.77 | 0.76 | 0.44 |
| Hex | AD | C6 | 1B | D | 0 | 56 | 16 | 45 | 4C | 2C |
| Octal | 255 | 306 | 33 | 15 | 0 | 126 | 26 | 105 | 114 | 54 |
| Binary | 10101101 | 11000110 | 11011 | 1101 | 0 | 1010110 | 10110 | 1000101 | 1001100 | 101100 |
Color Harmonies of #ADC61B
Complementary color
Monochromatic Colors of #ADC61B
Black with #ADC61B
Text Example
Text Example
White with #ADC61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC61B; }
p { color: rgb(173,198,27); }
H1.HeaderClassName
{
color: #ADC61B;
}
.AnyTagClassName
{
color: #ADC61B;
}
</style>
background-color css
<style>
a { background-color: #ADC61B; }
a { background-color: rgb(173,198,27); }
div.DivClassName
{
background-color: #ADC61B;
}
.BgClassName
{
background-color: #ADC61B;
}
</style>
border-color css
<style>
span { border-color: #ADC61B; }
span { border-color: rgb(173,198,27); }
td.TdClassName
{
border-color: #ADC61B;
}
.TagClassName
{
border-color: #ADC61B;
}
</style>