Shades of Caper #ADC26C
Tints of Caper #ADC26C
RGB
CMYK
RGB Variations
Color information
#ADC26C (or 0xADC26C) is known color: Caper. HEX triplet: AD, C2 and 6C. RGB value is (173,194,108). Sum of RGB (Red+Green+Blue) = 173+194+108=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC26C is #523D93. Grayscale: #B2B2B2. Windows color (decimal): -5389716 or 7127725. OLE color: 7127725.
HSL color Cylindrical-coordinate representation of color #ADC26C: hue angle of 74.65º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADC26C is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 108 | - |
| CMYK | 0.11 | 0 | 0.44 | 0.24 |
| HSL | 74.65º | 0.41% | 0.59% | - |
| HSV(B) | 74.65º | 0.44% | 0.76% | - |
| XYZ | 39.23 | 48.55 | 21.49 | - |
| YUV | 177.92 | 88.54 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 108 | 0.11 | 0 | 0.44 | 0.24 | 74.65 | 0.41 | 0.59 |
| Hex | AD | C2 | 6C | B | 0 | 2C | 18 | 4B | 29 | 3B |
| Octal | 255 | 302 | 154 | 13 | 0 | 54 | 30 | 113 | 51 | 73 |
| Binary | 10101101 | 11000010 | 1101100 | 1011 | 0 | 101100 | 11000 | 1001011 | 101001 | 111011 |
Color Harmonies of #ADC26C
Complementary color
Monochromatic Colors of #ADC26C
Black with #ADC26C
Text Example
Text Example
White with #ADC26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC26C; }
p { color: rgb(173,194,108); }
H1.HeaderClassName
{
color: #ADC26C;
}
.AnyTagClassName
{
color: #ADC26C;
}
</style>
background-color css
<style>
a { background-color: #ADC26C; }
a { background-color: rgb(173,194,108); }
div.DivClassName
{
background-color: #ADC26C;
}
.BgClassName
{
background-color: #ADC26C;
}
</style>
border-color css
<style>
span { border-color: #ADC26C; }
span { border-color: rgb(173,194,108); }
td.TdClassName
{
border-color: #ADC26C;
}
.TagClassName
{
border-color: #ADC26C;
}
</style>