#ADC785

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

Shades of Caper #ADC785

Tints of Caper #ADC785

Color information

#ADC785 (or 0xADC785) is unknown color: approx Caper. HEX triplet: AD, C7 and 85. RGB value is (173,199,133). Sum of RGB (Red+Green+Blue) = 173+199+133=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 199 (78.12% from 255 or 39.41% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC785 is #52387A. Grayscale: #B7B7B7. Windows color (decimal): -5388411 or 8767405. OLE color: 8767405.

HSL color Cylindrical-coordinate representation of color #ADC785: hue angle of 83.64º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADC785 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB173199133-
CMYK0.1300.330.22
HSL83.64º37.08%65.1%-
HSV(B)83.64º33.17%78.04%-
XYZ41.8951.4229.91-
YUV183.799.39120.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 199 (78.12% from 255) = 39.41%
BLUE value IS 133 (52.34% from 255) = 26.34%
R=34.26%
G=39.41%
B=26.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731991330.1300.330.2283.6437.0865.1
HexADC785D02116542541
Octal255307205150412612445101
Binary101011011100011110000101110101000011011010101001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC785; }

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

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

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

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

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

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

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

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