#ADC382

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

Shades of Caper #ADC382

Tints of Caper #ADC382

Color information

#ADC382 (or 0xADC382) is unknown color: approx Caper. HEX triplet: AD, C3 and 82. RGB value is (173,195,130). Sum of RGB (Red+Green+Blue) = 173+195+130=498 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.74% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 130 (51.17% from 255 or 26.10% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC382 is #523C7D. Grayscale: #B5B5B5. Windows color (decimal): -5389438 or 8569773. OLE color: 8569773.

HSL color Cylindrical-coordinate representation of color #ADC382: hue angle of 80.31º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ADC382 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB173195130-
CMYK0.1100.330.24
HSL80.31º35.14%63.73%-
HSV(B)80.31º33.33%76.47%-
XYZ40.7849.5328.53-
YUV181.0199.21122.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.74%
GREEN value IS 195 (76.56% from 255) = 39.16%
BLUE value IS 130 (51.17% from 255) = 26.10%
R=34.74%
G=39.16%
B=26.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731951300.1100.330.2480.3135.1463.73
HexADC382B02118502340
Octal255303202130413012043100
Binary101011011100001110000010101101000011100010100001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC382; }

 p { color: rgb(173,195,130); }

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

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

 a { background-color: rgb(173,195,130); }

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

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

 span { border-color: rgb(173,195,130); }

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