Shades of Caper #ADC58B
Tints of Caper #ADC58B
RGB
CMYK
RGB Variations
Color information
#ADC58B (or 0xADC58B) is known color: Caper. HEX triplet: AD, C5 and 8B. RGB value is (173,197,139). Sum of RGB (Red+Green+Blue) = 173+197+139=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC58B is #523A74. Grayscale: #B7B7B7. Windows color (decimal): -5388917 or 9160109. OLE color: 9160109.
HSL color Cylindrical-coordinate representation of color #ADC58B: hue angle of 84.83º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADC58B is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 139 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.23 |
| HSL | 84.83º | 0.33% | 0.66% | - |
| HSV(B) | 84.83º | 0.29% | 0.77% | - |
| XYZ | 41.86 | 50.68 | 32 | - |
| YUV | 183.21 | 103.05 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 139 | 0.12 | 0 | 0.29 | 0.23 | 84.83 | 0.33 | 0.66 |
| Hex | AD | C5 | 8B | C | 0 | 1D | 17 | 55 | 21 | 42 |
| Octal | 255 | 305 | 213 | 14 | 0 | 35 | 27 | 125 | 41 | 102 |
| Binary | 10101101 | 11000101 | 10001011 | 1100 | 0 | 11101 | 10111 | 1010101 | 100001 | 1000010 |
Color Harmonies of #ADC58B
Complementary color
Monochromatic Colors of #ADC58B
Black with #ADC58B
Text Example
Text Example
White with #ADC58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC58B; }
p { color: rgb(173,197,139); }
H1.HeaderClassName
{
color: #ADC58B;
}
.AnyTagClassName
{
color: #ADC58B;
}
</style>
background-color css
<style>
a { background-color: #ADC58B; }
a { background-color: rgb(173,197,139); }
div.DivClassName
{
background-color: #ADC58B;
}
.BgClassName
{
background-color: #ADC58B;
}
</style>
border-color css
<style>
span { border-color: #ADC58B; }
span { border-color: rgb(173,197,139); }
td.TdClassName
{
border-color: #ADC58B;
}
.TagClassName
{
border-color: #ADC58B;
}
</style>