#ADC675

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

Shades of Caper #ADC675

Tints of Caper #ADC675

Color information

#ADC675 (or 0xADC675) is unknown color: approx Caper. HEX triplet: AD, C6 and 75. RGB value is (173,198,117). Sum of RGB (Red+Green+Blue) = 173+198+117=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 198 (77.73% from 255 or 40.57% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC675 is #52398A. Grayscale: #B5B5B5. Windows color (decimal): -5388683 or 7718573. OLE color: 7718573.

HSL color Cylindrical-coordinate representation of color #ADC675: hue angle of 78.52º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADC675 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB173198117-
CMYK0.1300.410.22
HSL78.52º41.54%61.76%-
HSV(B)78.52º40.91%77.65%-
XYZ40.6450.5624.45-
YUV181.2991.72122.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 198 (77.73% from 255) = 40.57%
BLUE value IS 117 (46.09% from 255) = 23.98%
R=35.45%
G=40.57%
B=23.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731981170.1300.410.2278.5241.5461.76
HexADC675D029164f2a3e
Octal25530616515051261175276
Binary1010110111000110111010111010101001101101001111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC675; }

 p { color: rgb(173,198,117); }

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

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

 a { background-color: rgb(173,198,117); }

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

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

 span { border-color: rgb(173,198,117); }

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