#ADCA74

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

Shades of Caper #ADCA74

Tints of Caper #ADCA74

Color information

#ADCA74 (or 0xADCA74) is unknown color: approx Caper. HEX triplet: AD, CA and 74. RGB value is (173,202,116). Sum of RGB (Red+Green+Blue) = 173+202+116=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #ADCA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCA74 is #52358B. Grayscale: #B7B7B7. Windows color (decimal): -5387660 or 7654061. OLE color: 7654061.

HSL color Cylindrical-coordinate representation of color #ADCA74: hue angle of 80.23º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADCA74 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB173202116-
CMYK0.1400.430.21
HSL80.23º44.79%62.35%-
HSV(B)80.23º42.57%79.22%-
XYZ41.5152.3924.45-
YUV183.5289.89120.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 202 (79.30% from 255) = 41.14%
BLUE value IS 116 (45.70% from 255) = 23.63%
R=35.23%
G=41.14%
B=23.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732021160.1400.430.2180.2344.7962.35
HexADCA74E02B15502d3e
Octal25531216416053251205576
Binary1010110111001010111010011100101011101011010000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCA74; }

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

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

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

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

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

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

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

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