#ADCC76

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

Shades of Caper #ADCC76

Tints of Caper #ADCC76

Color information

#ADCC76 (or 0xADCC76) is unknown color: approx Caper. HEX triplet: AD, CC and 76. RGB value is (173,204,118). Sum of RGB (Red+Green+Blue) = 173+204+118=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC76 is #523389. Grayscale: #B9B9B9. Windows color (decimal): -5387146 or 7785645. OLE color: 7785645.

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

Color convert

RGB173204118-
CMYK0.1500.420.2
HSL81.63º45.74%63.14%-
HSV(B)81.63º42.16%80%-
XYZ42.153.3825.22-
YUV184.9390.23119.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.95%
GREEN value IS 204 (80.08% from 255) = 41.21%
BLUE value IS 118 (46.48% from 255) = 23.84%
R=34.95%
G=41.21%
B=23.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041180.1500.420.281.6345.7463.14
HexADCC76F02A14522e3f
Octal25531416617052241225677
Binary1010110111001100111011011110101010101001010010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCC76; }

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

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

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

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

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

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

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

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