Shades of Caper #ADC377
Tints of Caper #ADC377
RGB
CMYK
RGB Variations
Color information
#ADC377 (or 0xADC377) is known color: Caper. HEX triplet: AD, C3 and 77. RGB value is (173,195,119). Sum of RGB (Red+Green+Blue) = 173+195+119=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC377 is #523C88. Grayscale: #B4B4B4. Windows color (decimal): -5389449 or 7848877. OLE color: 7848877.
HSL color Cylindrical-coordinate representation of color #ADC377: hue angle of 77.37º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADC377 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 119 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.24 |
| HSL | 77.37º | 0.39% | 0.62% | - |
| HSV(B) | 77.37º | 0.39% | 0.76% | - |
| XYZ | 40.08 | 49.25 | 24.85 | - |
| YUV | 179.76 | 93.71 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 119 | 0.11 | 0 | 0.39 | 0.24 | 77.37 | 0.39 | 0.62 |
| Hex | AD | C3 | 77 | B | 0 | 27 | 18 | 4D | 27 | 3E |
| Octal | 255 | 303 | 167 | 13 | 0 | 47 | 30 | 115 | 47 | 76 |
| Binary | 10101101 | 11000011 | 1110111 | 1011 | 0 | 100111 | 11000 | 1001101 | 100111 | 111110 |
Color Harmonies of #ADC377
Complementary color
Monochromatic Colors of #ADC377
Black with #ADC377
Text Example
Text Example
White with #ADC377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC377; }
p { color: rgb(173,195,119); }
H1.HeaderClassName
{
color: #ADC377;
}
.AnyTagClassName
{
color: #ADC377;
}
</style>
background-color css
<style>
a { background-color: #ADC377; }
a { background-color: rgb(173,195,119); }
div.DivClassName
{
background-color: #ADC377;
}
.BgClassName
{
background-color: #ADC377;
}
</style>
border-color css
<style>
span { border-color: #ADC377; }
span { border-color: rgb(173,195,119); }
td.TdClassName
{
border-color: #ADC377;
}
.TagClassName
{
border-color: #ADC377;
}
</style>