#ADC28C

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

Shades of Caper #ADC28C

Tints of Caper #ADC28C

Color information

#ADC28C (or 0xADC28C) is unknown color: approx Caper. HEX triplet: AD, C2 and 8C. RGB value is (173,194,140). Sum of RGB (Red+Green+Blue) = 173+194+140=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADC28C is #523D73. Grayscale: #B5B5B5. Windows color (decimal): -5389684 or 9224877. OLE color: 9224877.

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

Color convert

RGB173194140-
CMYK0.1100.280.24
HSL83.33º30.68%65.49%-
HSV(B)83.33º27.84%76.08%-
XYZ41.2649.3632.16-
YUV181.56104.54121.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.12%
GREEN value IS 194 (76.17% from 255) = 38.26%
BLUE value IS 140 (55.08% from 255) = 27.61%
R=34.12%
G=38.26%
B=27.61%

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
Decimal1731941400.1100.280.2483.3330.6865.49
HexADC28CB01C18531f41
Octal255302214130343012337101
Binary1010110111000010100011001011011100110001010011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC28C; }

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

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

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

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

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

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

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

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