#ADC174

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

Shades of Caper #ADC174

Tints of Caper #ADC174

Color information

#ADC174 (or 0xADC174) is unknown color: approx Caper. HEX triplet: AD, C1 and 74. RGB value is (173,193,116). Sum of RGB (Red+Green+Blue) = 173+193+116=482 (63% of max value = 765). Red value is 173 (67.97% from 255 or 35.89% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #ADC174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC174 is #523E8B. Grayscale: #B2B2B2. Windows color (decimal): -5389964 or 7651757. OLE color: 7651757.

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

Color convert

RGB173193116-
CMYK0.1000.400.24
HSL75.58º38.31%60.59%-
HSV(B)75.58º39.9%75.69%-
XYZ39.4648.2923.76-
YUV178.2492.87124.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.89%
GREEN value IS 193 (75.78% from 255) = 40.04%
BLUE value IS 116 (45.70% from 255) = 24.07%
R=35.89%
G=40.04%
B=24.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731931160.1000.400.2475.5838.3160.59
HexADC174A028184c263d
Octal25530116412050301144675
Binary1010110111000001111010010100101000110001001100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC174; }

 p { color: rgb(173,193,116); }

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

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

 a { background-color: rgb(173,193,116); }

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

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

 span { border-color: rgb(173,193,116); }

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