Shades of Bahia #ADC10F
Tints of Bahia #ADC10F
RGB
CMYK
RGB Variations
Color information
#ADC10F (or 0xADC10F) is known color: Bahia. HEX triplet: AD, C1 and 0F. RGB value is (173,193,15). Sum of RGB (Red+Green+Blue) = 173+193+15=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 193 (75.78% from 255 or 50.66% from 381); Blue value is 15 (6.25% from 255 or 3.94% from 381); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC10F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC10F is #523EF0. Grayscale: #A7A7A7. Windows color (decimal): -5390065 or 1032621. OLE color: 1032621.
HSL color Cylindrical-coordinate representation of color #ADC10F: hue angle of 66.74º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ADC10F is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 193 | 15 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.24 |
| HSL | 66.74º | 0.86% | 0.41% | - |
| HSV(B) | 66.74º | 0.92% | 0.76% | - |
| XYZ | 36.39 | 47.06 | 7.62 | - |
| YUV | 166.73 | 42.37 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 193 | 15 | 0.10 | 0 | 0.92 | 0.24 | 66.74 | 0.86 | 0.41 |
| Hex | AD | C1 | F | A | 0 | 5C | 18 | 43 | 56 | 29 |
| Octal | 255 | 301 | 17 | 12 | 0 | 134 | 30 | 103 | 126 | 51 |
| Binary | 10101101 | 11000001 | 1111 | 1010 | 0 | 1011100 | 11000 | 1000011 | 1010110 | 101001 |
Color Harmonies of #ADC10F
Complementary color
Monochromatic Colors of #ADC10F
Black with #ADC10F
Text Example
Text Example
White with #ADC10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC10F; }
p { color: rgb(173,193,15); }
H1.HeaderClassName
{
color: #ADC10F;
}
.AnyTagClassName
{
color: #ADC10F;
}
</style>
background-color css
<style>
a { background-color: #ADC10F; }
a { background-color: rgb(173,193,15); }
div.DivClassName
{
background-color: #ADC10F;
}
.BgClassName
{
background-color: #ADC10F;
}
</style>
border-color css
<style>
span { border-color: #ADC10F; }
span { border-color: rgb(173,193,15); }
td.TdClassName
{
border-color: #ADC10F;
}
.TagClassName
{
border-color: #ADC10F;
}
</style>