#8CB894

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

Shades of Summer Green #8CB894

Tints of Summer Green #8CB894

Color information

#8CB894 (or 0x8CB894) is unknown color: approx Summer Green. HEX triplet: 8C, B8 and 94. RGB value is (140,184,148). Sum of RGB (Red+Green+Blue) = 140+184+148=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB894 is #73476B. Grayscale: #A6A6A6. Windows color (decimal): -7554924 or 9746572. OLE color: 9746572.

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

Color convert

RGB140184148-
CMYK0.2400.200.28
HSL130.91º23.66%63.53%-
HSV(B)130.91º23.91%72.16%-
XYZ33.341.9934.37-
YUV166.74117.42108.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.66%
GREEN value IS 184 (72.27% from 255) = 38.98%
BLUE value IS 148 (58.20% from 255) = 31.36%
R=29.66%
G=38.98%
B=31.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1401841480.2400.200.28130.9123.6663.53
Hex8CB894180141C831840
Octal214270224300243420330100
Binary100011001011100010010100110000101001110010000011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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