#ADC376

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

Shades of Caper #ADC376

Tints of Caper #ADC376

Color information

#ADC376 (or 0xADC376) is unknown color: approx Caper. HEX triplet: AD, C3 and 76. RGB value is (173,195,118). Sum of RGB (Red+Green+Blue) = 173+195+118=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC376 is #523C89. Grayscale: #B3B3B3. Windows color (decimal): -5389450 or 7783341. OLE color: 7783341.

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

Color convert

RGB173195118-
CMYK0.1100.390.24
HSL77.14º39.09%61.37%-
HSV(B)77.14º39.49%76.47%-
XYZ40.0249.2224.53-
YUV179.6493.21123.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 195 (76.56% from 255) = 40.12%
BLUE value IS 118 (46.48% from 255) = 24.28%
R=35.60%
G=40.12%
B=24.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731951180.1100.390.2477.1439.0961.37
HexADC376B027184d273d
Octal25530316613047301154775
Binary1010110111000011111011010110100111110001001101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC376; }

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

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

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

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

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

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

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

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