Shades of Caper #ADC272
Tints of Caper #ADC272
RGB
CMYK
RGB Variations
Color information
#ADC272 (or 0xADC272) is known color: Caper. HEX triplet: AD, C2 and 72. RGB value is (173,194,114). Sum of RGB (Red+Green+Blue) = 173+194+114=481 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.97% from 481); Green value is 194 (76.17% from 255 or 40.33% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC272 is #523D8D. Grayscale: #B2B2B2. Windows color (decimal): -5389710 or 7520941. OLE color: 7520941.
HSL color Cylindrical-coordinate representation of color #ADC272: hue angle of 75.75º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADC272 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 114 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.24 |
| HSL | 75.75º | 0.4% | 0.6% | - |
| HSV(B) | 75.75º | 0.41% | 0.76% | - |
| XYZ | 39.56 | 48.68 | 23.23 | - |
| YUV | 178.6 | 91.54 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 114 | 0.11 | 0 | 0.41 | 0.24 | 75.75 | 0.4 | 0.6 |
| Hex | AD | C2 | 72 | B | 0 | 29 | 18 | 4C | 28 | 3C |
| Octal | 255 | 302 | 162 | 13 | 0 | 51 | 30 | 114 | 50 | 74 |
| Binary | 10101101 | 11000010 | 1110010 | 1011 | 0 | 101001 | 11000 | 1001100 | 101000 | 111100 |
Color Harmonies of #ADC272
Complementary color
Monochromatic Colors of #ADC272
Black with #ADC272
Text Example
Text Example
White with #ADC272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC272; }
p { color: rgb(173,194,114); }
H1.HeaderClassName
{
color: #ADC272;
}
.AnyTagClassName
{
color: #ADC272;
}
</style>
background-color css
<style>
a { background-color: #ADC272; }
a { background-color: rgb(173,194,114); }
div.DivClassName
{
background-color: #ADC272;
}
.BgClassName
{
background-color: #ADC272;
}
</style>
border-color css
<style>
span { border-color: #ADC272; }
span { border-color: rgb(173,194,114); }
td.TdClassName
{
border-color: #ADC272;
}
.TagClassName
{
border-color: #ADC272;
}
</style>