#ADC683

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

Shades of Caper #ADC683

Tints of Caper #ADC683

Color information

#ADC683 (or 0xADC683) is unknown color: approx Caper. HEX triplet: AD, C6 and 83. RGB value is (173,198,131). Sum of RGB (Red+Green+Blue) = 173+198+131=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 198 (77.73% from 255 or 39.44% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC683 is #52397C. Grayscale: #B7B7B7. Windows color (decimal): -5388669 or 8636077. OLE color: 8636077.

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

Color convert

RGB173198131-
CMYK0.1300.340.22
HSL82.39º37.02%64.51%-
HSV(B)82.39º33.84%77.65%-
XYZ41.5250.9129.11-
YUV182.8998.72120.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.46%
GREEN value IS 198 (77.73% from 255) = 39.44%
BLUE value IS 131 (51.56% from 255) = 26.10%
R=34.46%
G=39.44%
B=26.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731981310.1300.340.2282.3937.0264.51
HexADC683D02216522541
Octal255306203150422612245101
Binary101011011100011010000011110101000101011010100101001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC683; }

 p { color: rgb(173,198,131); }

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

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

 a { background-color: rgb(173,198,131); }

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

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

 span { border-color: rgb(173,198,131); }

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