Shades of Caper #ADC28B
Tints of Caper #ADC28B
RGB
CMYK
RGB Variations
Color information
#ADC28B (or 0xADC28B) is known color: Caper. HEX triplet: AD, C2 and 8B. RGB value is (173,194,139). Sum of RGB (Red+Green+Blue) = 173+194+139=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC28B is #523D74. Grayscale: #B5B5B5. Windows color (decimal): -5389685 or 9159341. OLE color: 9159341.
HSL color Cylindrical-coordinate representation of color #ADC28B: hue angle of 82.91º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADC28B is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 139 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.24 |
| HSL | 82.91º | 0.31% | 0.65% | - |
| HSV(B) | 82.91º | 0.28% | 0.76% | - |
| XYZ | 41.19 | 49.33 | 31.78 | - |
| YUV | 181.45 | 104.04 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 139 | 0.11 | 0 | 0.28 | 0.24 | 82.91 | 0.31 | 0.65 |
| Hex | AD | C2 | 8B | B | 0 | 1C | 18 | 53 | 1F | 41 |
| Octal | 255 | 302 | 213 | 13 | 0 | 34 | 30 | 123 | 37 | 101 |
| Binary | 10101101 | 11000010 | 10001011 | 1011 | 0 | 11100 | 11000 | 1010011 | 11111 | 1000001 |
Color Harmonies of #ADC28B
Complementary color
Monochromatic Colors of #ADC28B
Black with #ADC28B
Text Example
Text Example
White with #ADC28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC28B; }
p { color: rgb(173,194,139); }
H1.HeaderClassName
{
color: #ADC28B;
}
.AnyTagClassName
{
color: #ADC28B;
}
</style>
background-color css
<style>
a { background-color: #ADC28B; }
a { background-color: rgb(173,194,139); }
div.DivClassName
{
background-color: #ADC28B;
}
.BgClassName
{
background-color: #ADC28B;
}
</style>
border-color css
<style>
span { border-color: #ADC28B; }
span { border-color: rgb(173,194,139); }
td.TdClassName
{
border-color: #ADC28B;
}
.TagClassName
{
border-color: #ADC28B;
}
</style>