#ADC475

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

Shades of Caper #ADC475

Tints of Caper #ADC475

Color information

#ADC475 (or 0xADC475) is unknown color: approx Caper. HEX triplet: AD, C4 and 75. RGB value is (173,196,117). Sum of RGB (Red+Green+Blue) = 173+196+117=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC475 is #523B8A. Grayscale: #B4B4B4. Windows color (decimal): -5389195 or 7718061. OLE color: 7718061.

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

Color convert

RGB173196117-
CMYK0.1200.400.23
HSL77.47º40.1%61.37%-
HSV(B)77.47º40.31%76.86%-
XYZ40.1849.6524.29-
YUV180.1292.38122.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.60%
GREEN value IS 196 (76.95% from 255) = 40.33%
BLUE value IS 117 (46.09% from 255) = 24.07%
R=35.60%
G=40.33%
B=24.07%

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
Decimal1731961170.1200.400.2377.4740.161.37
HexADC475C028174d283d
Octal25530416514050271155075
Binary1010110111000100111010111000101000101111001101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC475; }

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

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

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

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

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

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

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

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