#8C9488

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

Shades of Spanish Green #8C9488

Tints of Spanish Green #8C9488

Color information

#8C9488 (or 0x8C9488) is unknown color: approx Spanish Green. HEX triplet: 8C, 94 and 88. RGB value is (140,148,136). Sum of RGB (Red+Green+Blue) = 140+148+136=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 148 - color contains mainly: green. Hex color #8C9488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9488 is #736B77. Grayscale: #909090. Windows color (decimal): -7564152 or 8950924. OLE color: 8950924.

HSL color Cylindrical-coordinate representation of color #8C9488: hue angle of 100º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C9488 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB140148136-
CMYK0.0500.080.42
HSL100º5.31%55.69%-
HSV(B)100º8.11%58.04%-
XYZ25.8528.5327.44-
YUV144.24123.35124.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.02%
GREEN value IS 148 (58.20% from 255) = 34.91%
BLUE value IS 136 (53.52% from 255) = 32.08%
R=33.02%
G=34.91%
B=32.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1401481360.0500.080.421005.3155.69
Hex8C94885082A64538
Octal214224210501052144570
Binary100011001001010010001000101010001010101100100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,148,136); }

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

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

 a { background-color: rgb(140,148,136); }

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

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

 span { border-color: rgb(140,148,136); }

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