Shades of Caper #ADBD8E
Tints of Caper #ADBD8E
RGB
CMYK
RGB Variations
Color information
#ADBD8E (or 0xADBD8E) is known color: Caper. HEX triplet: AD, BD and 8E. RGB value is (173,189,142). Sum of RGB (Red+Green+Blue) = 173+189+142=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBD8E is #524271. Grayscale: #B3B3B3. Windows color (decimal): -5390962 or 9354669. OLE color: 9354669.
HSL color Cylindrical-coordinate representation of color #ADBD8E: hue angle of 80.43º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADBD8E is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 189 | 142 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.26 |
| HSL | 80.43º | 0.26% | 0.65% | - |
| HSV(B) | 80.43º | 0.25% | 0.74% | - |
| XYZ | 40.31 | 47.23 | 32.58 | - |
| YUV | 178.86 | 107.2 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 189 | 142 | 0.08 | 0 | 0.25 | 0.26 | 80.43 | 0.26 | 0.65 |
| Hex | AD | BD | 8E | 8 | 0 | 19 | 1A | 50 | 1A | 41 |
| Octal | 255 | 275 | 216 | 10 | 0 | 31 | 32 | 120 | 32 | 101 |
| Binary | 10101101 | 10111101 | 10001110 | 1000 | 0 | 11001 | 11010 | 1010000 | 11010 | 1000001 |
Color Harmonies of #ADBD8E
Complementary color
Monochromatic Colors of #ADBD8E
Black with #ADBD8E
Text Example
Text Example
White with #ADBD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBD8E; }
p { color: rgb(173,189,142); }
H1.HeaderClassName
{
color: #ADBD8E;
}
.AnyTagClassName
{
color: #ADBD8E;
}
</style>
background-color css
<style>
a { background-color: #ADBD8E; }
a { background-color: rgb(173,189,142); }
div.DivClassName
{
background-color: #ADBD8E;
}
.BgClassName
{
background-color: #ADBD8E;
}
</style>
border-color css
<style>
span { border-color: #ADBD8E; }
span { border-color: rgb(173,189,142); }
td.TdClassName
{
border-color: #ADBD8E;
}
.TagClassName
{
border-color: #ADBD8E;
}
</style>