#ADCC80

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

Shades of Caper #ADCC80

Tints of Caper #ADCC80

Color information

#ADCC80 (or 0xADCC80) is unknown color: approx Caper. HEX triplet: AD, CC and 80. RGB value is (173,204,128). Sum of RGB (Red+Green+Blue) = 173+204+128=505 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.26% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCC80 is #52337F. Grayscale: #BABABA. Windows color (decimal): -5387136 or 8441005. OLE color: 8441005.

HSL color Cylindrical-coordinate representation of color #ADCC80: hue angle of 84.47º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ADCC80 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB173204128-
CMYK0.1500.370.2
HSL84.47º42.7%65.1%-
HSV(B)84.47º37.25%80%-
XYZ42.7253.6328.52-
YUV186.0795.23118.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.26%
GREEN value IS 204 (80.08% from 255) = 40.40%
BLUE value IS 128 (50.39% from 255) = 25.35%
R=34.26%
G=40.40%
B=25.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041280.1500.370.284.4742.765.1
HexADCC80F02514542b41
Octal255314200170452412453101
Binary101011011100110010000000111101001011010010101001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCC80; }

 p { color: rgb(173,204,128); }

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

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

 a { background-color: rgb(173,204,128); }

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

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

 span { border-color: rgb(173,204,128); }

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