Shades of Caper #ADBE8F
Tints of Caper #ADBE8F
RGB
CMYK
RGB Variations
Color information
#ADBE8F (or 0xADBE8F) is known color: Caper. HEX triplet: AD, BE and 8F. RGB value is (173,190,143). Sum of RGB (Red+Green+Blue) = 173+190+143=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBE8F is #524170. Grayscale: #B3B3B3. Windows color (decimal): -5390705 or 9420461. OLE color: 9420461.
HSL color Cylindrical-coordinate representation of color #ADBE8F: hue angle of 81.7º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADBE8F is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 190 | 143 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.25 |
| HSL | 81.7º | 0.27% | 0.65% | - |
| HSV(B) | 81.7º | 0.25% | 0.75% | - |
| XYZ | 40.6 | 47.69 | 33.05 | - |
| YUV | 179.56 | 107.37 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 190 | 143 | 0.09 | 0 | 0.25 | 0.25 | 81.7 | 0.27 | 0.65 |
| Hex | AD | BE | 8F | 9 | 0 | 19 | 19 | 52 | 1B | 41 |
| Octal | 255 | 276 | 217 | 11 | 0 | 31 | 31 | 122 | 33 | 101 |
| Binary | 10101101 | 10111110 | 10001111 | 1001 | 0 | 11001 | 11001 | 1010010 | 11011 | 1000001 |
Color Harmonies of #ADBE8F
Complementary color
Monochromatic Colors of #ADBE8F
Black with #ADBE8F
Text Example
Text Example
White with #ADBE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBE8F; }
p { color: rgb(173,190,143); }
H1.HeaderClassName
{
color: #ADBE8F;
}
.AnyTagClassName
{
color: #ADBE8F;
}
</style>
background-color css
<style>
a { background-color: #ADBE8F; }
a { background-color: rgb(173,190,143); }
div.DivClassName
{
background-color: #ADBE8F;
}
.BgClassName
{
background-color: #ADBE8F;
}
</style>
border-color css
<style>
span { border-color: #ADBE8F; }
span { border-color: rgb(173,190,143); }
td.TdClassName
{
border-color: #ADBE8F;
}
.TagClassName
{
border-color: #ADBE8F;
}
</style>