#ADCC75

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

Shades of Caper #ADCC75

Tints of Caper #ADCC75

Color information

#ADCC75 (or 0xADCC75) is unknown color: approx Caper. HEX triplet: AD, CC and 75. RGB value is (173,204,117). Sum of RGB (Red+Green+Blue) = 173+204+117=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC75 is #52338A. Grayscale: #B9B9B9. Windows color (decimal): -5387147 or 7720109. OLE color: 7720109.

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

Color convert

RGB173204117-
CMYK0.1500.430.2
HSL81.38º46.03%62.94%-
HSV(B)81.38º42.65%80%-
XYZ42.0453.3524.91-
YUV184.8189.73119.57-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.02%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=35.02%
G=41.30%
B=23.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041170.1500.430.281.3846.0362.94
HexADCC75F02B14512e3f
Octal25531416517053241215677
Binary1010110111001100111010111110101011101001010001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCC75; }

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

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

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

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

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

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

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

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