Shades of Bahia #ADC919
Tints of Bahia #ADC919
RGB
CMYK
RGB Variations
Color information
#ADC919 (or 0xADC919) is known color: Bahia. HEX triplet: AD, C9 and 19. RGB value is (173,201,25). Sum of RGB (Red+Green+Blue) = 173+201+25=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC919 is #5236E6. Grayscale: #ADADAD. Windows color (decimal): -5388007 or 1690029. OLE color: 1690029.
HSL color Cylindrical-coordinate representation of color #ADC919: hue angle of 69.55º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ADC919 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 25 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.21 |
| HSL | 69.55º | 0.78% | 0.44% | - |
| HSV(B) | 69.55º | 0.88% | 0.79% | - |
| XYZ | 38.3 | 50.73 | 8.69 | - |
| YUV | 172.56 | 44.72 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 25 | 0.14 | 0 | 0.88 | 0.21 | 69.55 | 0.78 | 0.44 |
| Hex | AD | C9 | 19 | E | 0 | 58 | 15 | 46 | 4E | 2C |
| Octal | 255 | 311 | 31 | 16 | 0 | 130 | 25 | 106 | 116 | 54 |
| Binary | 10101101 | 11001001 | 11001 | 1110 | 0 | 1011000 | 10101 | 1000110 | 1001110 | 101100 |
Color Harmonies of #ADC919
Complementary color
Monochromatic Colors of #ADC919
Black with #ADC919
Text Example
Text Example
White with #ADC919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC919; }
p { color: rgb(173,201,25); }
H1.HeaderClassName
{
color: #ADC919;
}
.AnyTagClassName
{
color: #ADC919;
}
</style>
background-color css
<style>
a { background-color: #ADC919; }
a { background-color: rgb(173,201,25); }
div.DivClassName
{
background-color: #ADC919;
}
.BgClassName
{
background-color: #ADC919;
}
</style>
border-color css
<style>
span { border-color: #ADC919; }
span { border-color: rgb(173,201,25); }
td.TdClassName
{
border-color: #ADC919;
}
.TagClassName
{
border-color: #ADC919;
}
</style>