#ADBE85

Color #ADBE85 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #ADBE85

Tints of Caper #ADBE85

Color information

#ADBE85 (or 0xADBE85) is unknown color: approx Caper. HEX triplet: AD, BE and 85. RGB value is (173,190,133). Sum of RGB (Red+Green+Blue) = 173+190+133=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBE85 is #52417A. Grayscale: #B2B2B2. Windows color (decimal): -5390715 or 8765101. OLE color: 8765101.

HSL color Cylindrical-coordinate representation of color #ADBE85: hue angle of 77.89º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADBE85 is Cyan = 0.09, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.

Color convert

RGB173190133-
CMYK0.0900.30.25
HSL77.89º30.48%63.33%-
HSV(B)77.89º30%74.51%-
XYZ39.8847.429.24-
YUV178.42102.37124.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 190 (74.61% from 255) = 38.31%
BLUE value IS 133 (52.34% from 255) = 26.81%
R=34.88%
G=38.31%
B=26.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901330.0900.30.2577.8930.4863.33
HexADBE85901E194e1e3f
Octal25527620511036311163677
Binary101011011011111010000101100101111011001100111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBE85; }

 p { color: rgb(173,190,133); }

 H1.HeaderClassName
 {
   color: #ADBE85;
 }
 .AnyTagClassName
 {
   color: #ADBE85;
 }
</style>
background-color css

<style>
 a { background-color: #ADBE85; }

 a { background-color: rgb(173,190,133); }

 div.DivClassName
 {
   background-color: #ADBE85;
 }
 .BgClassName
 {
   background-color: #ADBE85;
 }
</style>
border-color css

<style>
 span { border-color: #ADBE85; }

 span { border-color: rgb(173,190,133); }

 td.TdClassName
 {
   border-color: #ADBE85;
 }
 .TagClassName
 {
   border-color: #ADBE85;
 }
</style>