Shades of Caper #ADBB90
Tints of Caper #ADBB90
RGB
CMYK
RGB Variations
Color information
#ADBB90 (or 0xADBB90) is known color: Caper. HEX triplet: AD, BB and 90. RGB value is (173,187,144). Sum of RGB (Red+Green+Blue) = 173+187+144=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBB90 is #52446F. Grayscale: #B2B2B2. Windows color (decimal): -5391472 or 9485229. OLE color: 9485229.
HSL color Cylindrical-coordinate representation of color #ADBB90: hue angle of 79.53º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADBB90 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 187 | 144 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.27 |
| HSL | 79.53º | 0.24% | 0.65% | - |
| HSV(B) | 79.53º | 0.23% | 0.73% | - |
| XYZ | 40.04 | 46.44 | 33.24 | - |
| YUV | 177.91 | 108.86 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 187 | 144 | 0.07 | 0 | 0.23 | 0.27 | 79.53 | 0.24 | 0.65 |
| Hex | AD | BB | 90 | 7 | 0 | 17 | 1B | 50 | 18 | 41 |
| Octal | 255 | 273 | 220 | 7 | 0 | 27 | 33 | 120 | 30 | 101 |
| Binary | 10101101 | 10111011 | 10010000 | 111 | 0 | 10111 | 11011 | 1010000 | 11000 | 1000001 |
Color Harmonies of #ADBB90
Complementary color
Monochromatic Colors of #ADBB90
Black with #ADBB90
Text Example
Text Example
White with #ADBB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADBB90; }
p { color: rgb(173,187,144); }
H1.HeaderClassName
{
color: #ADBB90;
}
.AnyTagClassName
{
color: #ADBB90;
}
</style>
background-color css
<style>
a { background-color: #ADBB90; }
a { background-color: rgb(173,187,144); }
div.DivClassName
{
background-color: #ADBB90;
}
.BgClassName
{
background-color: #ADBB90;
}
</style>
border-color css
<style>
span { border-color: #ADBB90; }
span { border-color: rgb(173,187,144); }
td.TdClassName
{
border-color: #ADBB90;
}
.TagClassName
{
border-color: #ADBB90;
}
</style>