#ADC476

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

Shades of Caper #ADC476

Tints of Caper #ADC476

Color information

#ADC476 (or 0xADC476) is unknown color: approx Caper. HEX triplet: AD, C4 and 76. RGB value is (173,196,118). Sum of RGB (Red+Green+Blue) = 173+196+118=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 196 (76.95% from 255 or 40.25% from 487); Blue value is 118 (46.48% from 255 or 24.23% from 487); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC476 is #523B89. Grayscale: #B4B4B4. Windows color (decimal): -5389194 or 7783597. OLE color: 7783597.

HSL color Cylindrical-coordinate representation of color #ADC476: hue angle of 77.69º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADC476 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB173196118-
CMYK0.1200.400.23
HSL77.69º39.8%61.57%-
HSV(B)77.69º39.8%76.86%-
XYZ40.2449.6724.61-
YUV180.2392.88122.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 196 (76.95% from 255) = 40.25%
BLUE value IS 118 (46.48% from 255) = 24.23%
R=35.52%
G=40.25%
B=24.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961180.1200.400.2377.6939.861.57
HexADC476C028174e283e
Octal25530416614050271165076
Binary1010110111000100111011011000101000101111001110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC476; }

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

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

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

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

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

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

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

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