Shades of Caper #ADC189
Tints of Caper #ADC189
RGB
CMYK
RGB Variations
Color information
#ADC189 (or 0xADC189) is known color: Caper. HEX triplet: AD, C1 and 89. RGB value is (173,193,137). Sum of RGB (Red+Green+Blue) = 173+193+137=503 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.39% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC189 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC189 is #523E76. Grayscale: #B4B4B4. Windows color (decimal): -5389943 or 9028013. OLE color: 9028013.
HSL color Cylindrical-coordinate representation of color #ADC189: hue angle of 81.43º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADC189 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
RGB | 173 | 193 | 137 | - |
CMYK | 0.10 | 0 | 0.29 | 0.24 |
HSL | 81.43º | 0.31% | 0.65% | - |
HSV(B) | 81.43º | 0.29% | 0.76% | - |
XYZ | 40.82 | 48.83 | 30.94 | - |
YUV | 180.64 | 103.37 | 122.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 193 | 137 | 0.10 | 0 | 0.29 | 0.24 | 81.43 | 0.31 | 0.65 |
Hex | AD | C1 | 89 | A | 0 | 1D | 18 | 51 | 1F | 41 |
Octal | 255 | 301 | 211 | 12 | 0 | 35 | 30 | 121 | 37 | 101 |
Binary | 10101101 | 11000001 | 10001001 | 1010 | 0 | 11101 | 11000 | 1010001 | 11111 | 1000001 |
Color Harmonies of #ADC189
Complementary color
Monochromatic Colors of #ADC189
Black with #ADC189
Text Example
Text Example
White with #ADC189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC189; }
p { color: rgb(173,193,137); }
H1.HeaderClassName
{
color: #ADC189;
}
.AnyTagClassName
{
color: #ADC189;
}
</style>
background-color css
<style>
a { background-color: #ADC189; }
a { background-color: rgb(173,193,137); }
div.DivClassName
{
background-color: #ADC189;
}
.BgClassName
{
background-color: #ADC189;
}
</style>
border-color css
<style>
span { border-color: #ADC189; }
span { border-color: rgb(173,193,137); }
td.TdClassName
{
border-color: #ADC189;
}
.TagClassName
{
border-color: #ADC189;
}
</style>