Shades of Caper #ADC36B
Tints of Caper #ADC36B
RGB
CMYK
RGB Variations
Color information
#ADC36B (or 0xADC36B) is known color: Caper. HEX triplet: AD, C3 and 6B. RGB value is (173,195,107). Sum of RGB (Red+Green+Blue) = 173+195+107=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC36B is #523C94. Grayscale: #B2B2B2. Windows color (decimal): -5389461 or 7062445. OLE color: 7062445.
HSL color Cylindrical-coordinate representation of color #ADC36B: hue angle of 75º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADC36B is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 107 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.24 |
| HSL | 75º | 0.42% | 0.59% | - |
| HSV(B) | 75º | 0.45% | 0.76% | - |
| XYZ | 39.4 | 48.98 | 21.29 | - |
| YUV | 178.39 | 87.71 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 107 | 0.11 | 0 | 0.45 | 0.24 | 75 | 0.42 | 0.59 |
| Hex | AD | C3 | 6B | B | 0 | 2D | 18 | 4B | 2A | 3B |
| Octal | 255 | 303 | 153 | 13 | 0 | 55 | 30 | 113 | 52 | 73 |
| Binary | 10101101 | 11000011 | 1101011 | 1011 | 0 | 101101 | 11000 | 1001011 | 101010 | 111011 |
Color Harmonies of #ADC36B
Complementary color
Monochromatic Colors of #ADC36B
Black with #ADC36B
Text Example
Text Example
White with #ADC36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC36B; }
p { color: rgb(173,195,107); }
H1.HeaderClassName
{
color: #ADC36B;
}
.AnyTagClassName
{
color: #ADC36B;
}
</style>
background-color css
<style>
a { background-color: #ADC36B; }
a { background-color: rgb(173,195,107); }
div.DivClassName
{
background-color: #ADC36B;
}
.BgClassName
{
background-color: #ADC36B;
}
</style>
border-color css
<style>
span { border-color: #ADC36B; }
span { border-color: rgb(173,195,107); }
td.TdClassName
{
border-color: #ADC36B;
}
.TagClassName
{
border-color: #ADC36B;
}
</style>