#8CBF96

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

Shades of Summer Green #8CBF96

Tints of Summer Green #8CBF96

Color information

#8CBF96 (or 0x8CBF96) is unknown color: approx Summer Green. HEX triplet: 8C, BF and 96. RGB value is (140,191,150). Sum of RGB (Red+Green+Blue) = 140+191+150=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBF96 is #734069. Grayscale: #ABABAB. Windows color (decimal): -7553130 or 9879436. OLE color: 9879436.

HSL color Cylindrical-coordinate representation of color #8CBF96: hue angle of 131.76º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CBF96 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB140191150-
CMYK0.2700.210.25
HSL131.76º28.49%64.9%-
HSV(B)131.76º26.7%74.9%-
XYZ34.9545.0435.71-
YUV171.08116.1105.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.11%
GREEN value IS 191 (75% from 255) = 39.71%
BLUE value IS 150 (58.98% from 255) = 31.19%
R=29.11%
G=39.71%
B=31.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1401911500.2700.210.25131.7628.4964.9
Hex8CBF961B01519841c41
Octal214277226330253120434101
Binary100011001011111110010110110110101011100110000100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,191,150); }

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

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

 a { background-color: rgb(140,191,150); }

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

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

 span { border-color: rgb(140,191,150); }

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