Shades of Bahia #ADC81F
Tints of Bahia #ADC81F
RGB
CMYK
RGB Variations
Color information
#ADC81F (or 0xADC81F) is known color: Bahia. HEX triplet: AD, C8 and 1F. RGB value is (173,200,31). Sum of RGB (Red+Green+Blue) = 173+200+31=404 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.82% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 31 (12.5% from 255 or 7.67% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC81F is #5237E0. Grayscale: #ADADAD. Windows color (decimal): -5388257 or 2082989. OLE color: 2082989.
HSL color Cylindrical-coordinate representation of color #ADC81F: hue angle of 69.59º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADC81F is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 31 | - |
| CMYK | 0.14 | 0 | 0.84 | 0.22 |
| HSL | 69.59º | 0.73% | 0.45% | - |
| HSV(B) | 69.59º | 0.85% | 0.78% | - |
| XYZ | 38.14 | 50.29 | 8.99 | - |
| YUV | 172.66 | 48.05 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 31 | 0.14 | 0 | 0.84 | 0.22 | 69.59 | 0.73 | 0.45 |
| Hex | AD | C8 | 1F | E | 0 | 54 | 16 | 46 | 49 | 2D |
| Octal | 255 | 310 | 37 | 16 | 0 | 124 | 26 | 106 | 111 | 55 |
| Binary | 10101101 | 11001000 | 11111 | 1110 | 0 | 1010100 | 10110 | 1000110 | 1001001 | 101101 |
Color Harmonies of #ADC81F
Complementary color
Monochromatic Colors of #ADC81F
Black with #ADC81F
Text Example
Text Example
White with #ADC81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC81F; }
p { color: rgb(173,200,31); }
H1.HeaderClassName
{
color: #ADC81F;
}
.AnyTagClassName
{
color: #ADC81F;
}
</style>
background-color css
<style>
a { background-color: #ADC81F; }
a { background-color: rgb(173,200,31); }
div.DivClassName
{
background-color: #ADC81F;
}
.BgClassName
{
background-color: #ADC81F;
}
</style>
border-color css
<style>
span { border-color: #ADC81F; }
span { border-color: rgb(173,200,31); }
td.TdClassName
{
border-color: #ADC81F;
}
.TagClassName
{
border-color: #ADC81F;
}
</style>