#ADC38C

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

Shades of Caper #ADC38C

Tints of Caper #ADC38C

Color information

#ADC38C (or 0xADC38C) is unknown color: approx Caper. HEX triplet: AD, C3 and 8C. RGB value is (173,195,140). Sum of RGB (Red+Green+Blue) = 173+195+140=508 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.06% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC38C is #523C73. Grayscale: #B6B6B6. Windows color (decimal): -5389428 or 9225133. OLE color: 9225133.

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

Color convert

RGB173195140-
CMYK0.1100.280.24
HSL84º31.43%65.69%-
HSV(B)84º28.21%76.47%-
XYZ41.4849.8132.24-
YUV182.15104.21121.47-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.06%
GREEN value IS 195 (76.56% from 255) = 38.39%
BLUE value IS 140 (55.08% from 255) = 27.56%
R=34.06%
G=38.39%
B=27.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731951400.1100.280.248431.4365.69
HexADC38CB01C18541f42
Octal255303214130343012437102
Binary1010110111000011100011001011011100110001010100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC38C; }

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

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

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

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

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

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

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

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