Shades of Caper #ADC37B
Tints of Caper #ADC37B
RGB
CMYK
RGB Variations
Color information
#ADC37B (or 0xADC37B) is known color: Caper. HEX triplet: AD, C3 and 7B. RGB value is (173,195,123). Sum of RGB (Red+Green+Blue) = 173+195+123=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 195 (76.56% from 255 or 39.71% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC37B is #523C84. Grayscale: #B4B4B4. Windows color (decimal): -5389445 or 8111021. OLE color: 8111021.
HSL color Cylindrical-coordinate representation of color #ADC37B: hue angle of 78.33º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADC37B is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 123 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.24 |
| HSL | 78.33º | 0.38% | 0.62% | - |
| HSV(B) | 78.33º | 0.37% | 0.76% | - |
| XYZ | 40.32 | 49.34 | 26.14 | - |
| YUV | 180.21 | 95.71 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 123 | 0.11 | 0 | 0.37 | 0.24 | 78.33 | 0.38 | 0.62 |
| Hex | AD | C3 | 7B | B | 0 | 25 | 18 | 4E | 26 | 3E |
| Octal | 255 | 303 | 173 | 13 | 0 | 45 | 30 | 116 | 46 | 76 |
| Binary | 10101101 | 11000011 | 1111011 | 1011 | 0 | 100101 | 11000 | 1001110 | 100110 | 111110 |
Color Harmonies of #ADC37B
Complementary color
Monochromatic Colors of #ADC37B
Black with #ADC37B
Text Example
Text Example
White with #ADC37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC37B; }
p { color: rgb(173,195,123); }
H1.HeaderClassName
{
color: #ADC37B;
}
.AnyTagClassName
{
color: #ADC37B;
}
</style>
background-color css
<style>
a { background-color: #ADC37B; }
a { background-color: rgb(173,195,123); }
div.DivClassName
{
background-color: #ADC37B;
}
.BgClassName
{
background-color: #ADC37B;
}
</style>
border-color css
<style>
span { border-color: #ADC37B; }
span { border-color: rgb(173,195,123); }
td.TdClassName
{
border-color: #ADC37B;
}
.TagClassName
{
border-color: #ADC37B;
}
</style>