#8CA484

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

Shades of Mantle #8CA484

Tints of Mantle #8CA484

Color information

#8CA484 (or 0x8CA484) is unknown color: approx Mantle. HEX triplet: 8C, A4 and 84. RGB value is (140,164,132). Sum of RGB (Red+Green+Blue) = 140+164+132=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 164 - color contains mainly: green. Hex color #8CA484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA484 is #735B7B. Grayscale: #999999. Windows color (decimal): -7560060 or 8692876. OLE color: 8692876.

HSL color Cylindrical-coordinate representation of color #8CA484: hue angle of 105º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CA484 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB140164132-
CMYK0.1500.200.36
HSL105º14.95%58.04%-
HSV(B)105º19.51%64.31%-
XYZ28.2633.7926.86-
YUV153.18116.05118.6-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.11%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 132 (51.95% from 255) = 30.28%
R=32.11%
G=37.61%
B=30.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401641320.1500.200.3610514.9558.04
Hex8CA484F0142469f3a
Octal21424420417024441511772
Binary100011001010010010000100111101010010010011010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CA484; }

 p { color: rgb(140,164,132); }

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

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

 a { background-color: rgb(140,164,132); }

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

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

 span { border-color: rgb(140,164,132); }

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