#8CBA96

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

Shades of Summer Green #8CBA96

Tints of Summer Green #8CBA96

Color information

#8CBA96 (or 0x8CBA96) is unknown color: approx Summer Green. HEX triplet: 8C, BA and 96. RGB value is (140,186,150). Sum of RGB (Red+Green+Blue) = 140+186+150=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 150 (58.98% from 255 or 31.51% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBA96 is #734569. Grayscale: #A8A8A8. Windows color (decimal): -7554410 or 9878156. OLE color: 9878156.

HSL color Cylindrical-coordinate representation of color #8CBA96: hue angle of 133.04º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CBA96 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB140186150-
CMYK0.2500.190.27
HSL133.04º25%63.92%-
HSV(B)133.04º24.73%72.94%-
XYZ33.8842.935.35-
YUV168.14117.76107.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.41%
GREEN value IS 186 (73.05% from 255) = 39.08%
BLUE value IS 150 (58.98% from 255) = 31.51%
R=29.41%
G=39.08%
B=31.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401861500.2500.190.27133.042563.92
Hex8CBA96190131B851940
Octal214272226310233320531100
Binary100011001011101010010110110010100111101110000101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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