#8CBD95

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

Shades of Summer Green #8CBD95

Tints of Summer Green #8CBD95

Color information

#8CBD95 (or 0x8CBD95) is unknown color: approx Summer Green. HEX triplet: 8C, BD and 95. RGB value is (140,189,149). Sum of RGB (Red+Green+Blue) = 140+189+149=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 149 (58.59% from 255 or 31.17% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #8CBD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBD95 is #73426A. Grayscale: #A9A9A9. Windows color (decimal): -7553643 or 9813388. OLE color: 9813388.

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

Color convert

RGB140189149-
CMYK0.2600.210.26
HSL131.02º27.07%64.51%-
HSV(B)131.02º25.93%74.12%-
XYZ34.4444.1435.14-
YUV169.79116.27106.75-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.29%
GREEN value IS 189 (74.22% from 255) = 39.54%
BLUE value IS 149 (58.59% from 255) = 31.17%
R=29.29%
G=39.54%
B=31.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401891490.2600.210.26131.0227.0764.51
Hex8CBD951A0151A831b41
Octal214275225320253220333101
Binary100011001011110110010101110100101011101010000011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,189,149); }

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

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

 a { background-color: rgb(140,189,149); }

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

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

 span { border-color: rgb(140,189,149); }

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