#8CB994

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

Shades of Summer Green #8CB994

Tints of Summer Green #8CB994

Color information

#8CB994 (or 0x8CB994) is unknown color: approx Summer Green. HEX triplet: 8C, B9 and 94. RGB value is (140,185,148). Sum of RGB (Red+Green+Blue) = 140+185+148=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB994 is #73466B. Grayscale: #A7A7A7. Windows color (decimal): -7554668 or 9746828. OLE color: 9746828.

HSL color Cylindrical-coordinate representation of color #8CB994: hue angle of 130.67º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8CB994 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB140185148-
CMYK0.2400.200.27
HSL130.67º24.32%63.73%-
HSV(B)130.67º24.32%72.55%-
XYZ33.5142.4134.44-
YUV167.33117.09108.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.60%
GREEN value IS 185 (72.66% from 255) = 39.11%
BLUE value IS 148 (58.20% from 255) = 31.29%
R=29.60%
G=39.11%
B=31.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401851480.2400.200.27130.6724.3263.73
Hex8CB994180141B831840
Octal214271224300243320330100
Binary100011001011100110010100110000101001101110000011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,185,148); }

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

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

 a { background-color: rgb(140,185,148); }

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

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

 span { border-color: rgb(140,185,148); }

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