Shades of Caper #ADC38B
Tints of Caper #ADC38B
RGB
CMYK
RGB Variations
Color information
#ADC38B (or 0xADC38B) is known color: Caper. HEX triplet: AD, C3 and 8B. RGB value is (173,195,139). Sum of RGB (Red+Green+Blue) = 173+195+139=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC38B is #523C74. Grayscale: #B6B6B6. Windows color (decimal): -5389429 or 9159597. OLE color: 9159597.
HSL color Cylindrical-coordinate representation of color #ADC38B: hue angle of 83.57º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADC38B is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 139 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.24 |
| HSL | 83.57º | 0.32% | 0.65% | - |
| HSV(B) | 83.57º | 0.29% | 0.76% | - |
| XYZ | 41.41 | 49.78 | 31.85 | - |
| YUV | 182.04 | 103.71 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 139 | 0.11 | 0 | 0.29 | 0.24 | 83.57 | 0.32 | 0.65 |
| Hex | AD | C3 | 8B | B | 0 | 1D | 18 | 54 | 20 | 41 |
| Octal | 255 | 303 | 213 | 13 | 0 | 35 | 30 | 124 | 40 | 101 |
| Binary | 10101101 | 11000011 | 10001011 | 1011 | 0 | 11101 | 11000 | 1010100 | 100000 | 1000001 |
Color Harmonies of #ADC38B
Complementary color
Monochromatic Colors of #ADC38B
Black with #ADC38B
Text Example
Text Example
White with #ADC38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC38B; }
p { color: rgb(173,195,139); }
H1.HeaderClassName
{
color: #ADC38B;
}
.AnyTagClassName
{
color: #ADC38B;
}
</style>
background-color css
<style>
a { background-color: #ADC38B; }
a { background-color: rgb(173,195,139); }
div.DivClassName
{
background-color: #ADC38B;
}
.BgClassName
{
background-color: #ADC38B;
}
</style>
border-color css
<style>
span { border-color: #ADC38B; }
span { border-color: rgb(173,195,139); }
td.TdClassName
{
border-color: #ADC38B;
}
.TagClassName
{
border-color: #ADC38B;
}
</style>