#8CB99A

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

Shades of Summer Green #8CB99A

Tints of Summer Green #8CB99A

Color information

#8CB99A (or 0x8CB99A) is unknown color: approx Summer Green. HEX triplet: 8C, B9 and 9A. RGB value is (140,185,154). Sum of RGB (Red+Green+Blue) = 140+185+154=479 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.23% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 154 (60.55% from 255 or 32.15% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB99A is #734665. Grayscale: #A8A8A8. Windows color (decimal): -7554662 or 10140044. OLE color: 10140044.

HSL color Cylindrical-coordinate representation of color #8CB99A: hue angle of 138.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 #8CB99A is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB140185154-
CMYK0.2400.170.27
HSL138.67º24.32%63.73%-
HSV(B)138.67º24.32%72.55%-
XYZ3442.6137-
YUV168.01120.09108.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.23%
GREEN value IS 185 (72.66% from 255) = 38.62%
BLUE value IS 154 (60.55% from 255) = 32.15%
R=29.23%
G=38.62%
B=32.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401851540.2400.170.27138.6724.3263.73
Hex8CB99A180111B8b1840
Octal214271232300213321330100
Binary100011001011100110011010110000100011101110001011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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