#8C908A

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

Shades of Spanish Green #8C908A

Tints of Spanish Green #8C908A

Color information

#8C908A (or 0x8C908A) is unknown color: approx Spanish Green. HEX triplet: 8C, 90 and 8A. RGB value is (140,144,138). Sum of RGB (Red+Green+Blue) = 140+144+138=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 144 - color contains mainly: green. Hex color #8C908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C908A is #736F75. Grayscale: #8E8E8E. Windows color (decimal): -7565174 or 9080972. OLE color: 9080972.

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

Color convert

RGB140144138-
CMYK0.0300.040.44
HSL100º2.63%55.29%-
HSV(B)100º4.17%56.47%-
XYZ25.3827.3627.99-
YUV142.12125.67126.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.18%
GREEN value IS 144 (56.64% from 255) = 34.12%
BLUE value IS 138 (54.30% from 255) = 32.70%
R=33.18%
G=34.12%
B=32.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1401441380.0300.040.441002.6355.29
Hex8C908A3042C64337
Octal21422021230454144367
Binary100011001001000010001010110100101100110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,144,138); }

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

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

 a { background-color: rgb(140,144,138); }

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

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

 span { border-color: rgb(140,144,138); }

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