#8CB49B

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

Shades of Summer Green #8CB49B

Tints of Summer Green #8CB49B

Color information

#8CB49B (or 0x8CB49B) is unknown color: approx Summer Green. HEX triplet: 8C, B4 and 9B. RGB value is (140,180,155). Sum of RGB (Red+Green+Blue) = 140+180+155=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB49B is #734B64. Grayscale: #A5A5A5. Windows color (decimal): -7555941 or 10204300. OLE color: 10204300.

HSL color Cylindrical-coordinate representation of color #8CB49B: hue angle of 142.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8CB49B is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB140180155-
CMYK0.2200.140.29
HSL142.5º21.05%62.75%-
HSV(B)142.5º22.22%70.59%-
XYZ33.0540.5837.1-
YUV165.19122.25110.03-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.47%
GREEN value IS 180 (70.70% from 255) = 37.89%
BLUE value IS 155 (60.94% from 255) = 32.63%
R=29.47%
G=37.89%
B=32.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401801550.2200.140.29142.521.0562.75
Hex8CB49B160E1D8e153f
Octal21426423326016352162577
Binary1000110010110100100110111011001110111011000111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,180,155); }

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

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

 a { background-color: rgb(140,180,155); }

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

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

 span { border-color: rgb(140,180,155); }

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