#8CA288

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

Shades of Mantle #8CA288

Tints of Mantle #8CA288

Color information

#8CA288 (or 0x8CA288) is unknown color: approx Mantle. HEX triplet: 8C, A2 and 88. RGB value is (140,162,136). Sum of RGB (Red+Green+Blue) = 140+162+136=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA288 is #735D77. Grayscale: #989898. Windows color (decimal): -7560568 or 8954508. OLE color: 8954508.

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

Color convert

RGB140162136-
CMYK0.1400.160.36
HSL110.77º12.26%58.43%-
HSV(B)110.77º16.05%63.53%-
XYZ28.1833.1928.21-
YUV152.46118.71119.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.96%
GREEN value IS 162 (63.67% from 255) = 36.99%
BLUE value IS 136 (53.52% from 255) = 31.05%
R=31.96%
G=36.99%
B=31.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401621360.1400.160.36110.7712.2658.43
Hex8CA288E010246fc3a
Octal21424221016020441571472
Binary100011001010001010001000111001000010010011011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,162,136); }

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

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

 a { background-color: rgb(140,162,136); }

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

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

 span { border-color: rgb(140,162,136); }

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