#8CB49E

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

Shades of Summer Green #8CB49E

Tints of Summer Green #8CB49E

Color information

#8CB49E (or 0x8CB49E) is unknown color: approx Summer Green. HEX triplet: 8C, B4 and 9E. RGB value is (140,180,158). Sum of RGB (Red+Green+Blue) = 140+180+158=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 158 (62.11% from 255 or 33.05% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB49E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB49E is #734B61. Grayscale: #A5A5A5. Windows color (decimal): -7555938 or 10400908. OLE color: 10400908.

HSL color Cylindrical-coordinate representation of color #8CB49E: hue angle of 147º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8CB49E is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB140180158-
CMYK0.2200.120.29
HSL147º21.05%62.75%-
HSV(B)147º22.22%70.59%-
XYZ33.3140.6938.45-
YUV165.53123.75109.79-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.29%
GREEN value IS 180 (70.70% from 255) = 37.66%
BLUE value IS 158 (62.11% from 255) = 33.05%
R=29.29%
G=37.66%
B=33.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401801580.2200.120.2914721.0562.75
Hex8CB49E160C1D93153f
Octal21426423626014352232577
Binary1000110010110100100111101011001100111011001001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,180,158); }

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

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

 a { background-color: rgb(140,180,158); }

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

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

 span { border-color: rgb(140,180,158); }

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