Shades of Caper #ADC274
Tints of Caper #ADC274
RGB
CMYK
RGB Variations
Color information
#ADC274 (or 0xADC274) is known color: Caper. HEX triplet: AD, C2 and 74. RGB value is (173,194,116). Sum of RGB (Red+Green+Blue) = 173+194+116=483 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.82% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC274 is #523D8B. Grayscale: #B3B3B3. Windows color (decimal): -5389708 or 7652013. OLE color: 7652013.
HSL color Cylindrical-coordinate representation of color #ADC274: hue angle of 76.15º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADC274 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 116 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.24 |
| HSL | 76.15º | 0.39% | 0.61% | - |
| HSV(B) | 76.15º | 0.4% | 0.76% | - |
| XYZ | 39.68 | 48.73 | 23.84 | - |
| YUV | 178.83 | 92.54 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 116 | 0.11 | 0 | 0.40 | 0.24 | 76.15 | 0.39 | 0.61 |
| Hex | AD | C2 | 74 | B | 0 | 28 | 18 | 4C | 27 | 3D |
| Octal | 255 | 302 | 164 | 13 | 0 | 50 | 30 | 114 | 47 | 75 |
| Binary | 10101101 | 11000010 | 1110100 | 1011 | 0 | 101000 | 11000 | 1001100 | 100111 | 111101 |
Color Harmonies of #ADC274
Complementary color
Monochromatic Colors of #ADC274
Black with #ADC274
Text Example
Text Example
White with #ADC274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC274; }
p { color: rgb(173,194,116); }
H1.HeaderClassName
{
color: #ADC274;
}
.AnyTagClassName
{
color: #ADC274;
}
</style>
background-color css
<style>
a { background-color: #ADC274; }
a { background-color: rgb(173,194,116); }
div.DivClassName
{
background-color: #ADC274;
}
.BgClassName
{
background-color: #ADC274;
}
</style>
border-color css
<style>
span { border-color: #ADC274; }
span { border-color: rgb(173,194,116); }
td.TdClassName
{
border-color: #ADC274;
}
.TagClassName
{
border-color: #ADC274;
}
</style>