Shades of Caper #ADBE88
Tints of Caper #ADBE88
RGB
CMYK
RGB Variations
Color information
#ADBE88 (or 0xADBE88) is known color: Caper. HEX triplet: AD, BE and 88. RGB value is (173,190,136). Sum of RGB (Red+Green+Blue) = 173+190+136=499 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.67% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBE88 is #524177. Grayscale: #B2B2B2. Windows color (decimal): -5390712 or 8961709. OLE color: 8961709.
HSL color Cylindrical-coordinate representation of color #ADBE88: hue angle of 78.89º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADBE88 is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 136 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.25 |
| HSL | 78.89º | 0.29% | 0.64% | - |
| HSV(B) | 78.89º | 0.28% | 0.75% | - |
| XYZ | 40.09 | 47.49 | 30.35 | - |
| YUV | 178.76 | 103.87 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 136 | 0.09 | 0 | 0.28 | 0.25 | 78.89 | 0.29 | 0.64 |
| Hex | AD | BE | 88 | 9 | 0 | 1C | 19 | 4F | 1D | 40 |
| Octal | 255 | 276 | 210 | 11 | 0 | 34 | 31 | 117 | 35 | 100 |
| Binary | 10101101 | 10111110 | 10001000 | 1001 | 0 | 11100 | 11001 | 1001111 | 11101 | 1000000 |
Color Harmonies of #ADBE88
Complementary color
Monochromatic Colors of #ADBE88
Black with #ADBE88
Text Example
Text Example
White with #ADBE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE88; }
p { color: rgb(173,190,136); }
H1.HeaderClassName
{
color: #ADBE88;
}
.AnyTagClassName
{
color: #ADBE88;
}
</style>
background-color css
<style>
a { background-color: #ADBE88; }
a { background-color: rgb(173,190,136); }
div.DivClassName
{
background-color: #ADBE88;
}
.BgClassName
{
background-color: #ADBE88;
}
</style>
border-color css
<style>
span { border-color: #ADBE88; }
span { border-color: rgb(173,190,136); }
td.TdClassName
{
border-color: #ADBE88;
}
.TagClassName
{
border-color: #ADBE88;
}
</style>