#ADC473

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

Shades of Caper #ADC473

Tints of Caper #ADC473

Color information

#ADC473 (or 0xADC473) is unknown color: approx Caper. HEX triplet: AD, C4 and 73. RGB value is (173,196,115). Sum of RGB (Red+Green+Blue) = 173+196+115=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 196 (76.95% from 255 or 40.50% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC473 is #523B8C. Grayscale: #B4B4B4. Windows color (decimal): -5389197 or 7586989. OLE color: 7586989.

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

Color convert

RGB173196115-
CMYK0.1200.410.23
HSL77.04º40.7%60.98%-
HSV(B)77.04º41.33%76.86%-
XYZ40.0749.623.68-
YUV179.8991.38123.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.74%
GREEN value IS 196 (76.95% from 255) = 40.50%
BLUE value IS 115 (45.31% from 255) = 23.76%
R=35.74%
G=40.50%
B=23.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961150.1200.410.2377.0440.760.98
HexADC473C029174d293d
Octal25530416314051271155175
Binary1010110111000100111001111000101001101111001101101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC473; }

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

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

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

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

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

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

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

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