Html Css Color HEX #8C9388 Spanish Green

📋 copy color: '#8C9388'

red 140 ◦ green 147 ◦ blue 136

#8C9388
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spanish Green #8C9388

Tints of Spanish Green #8C9388

RGB

 RED value IS 140 (55.08% from 255) = 33.1%

 GREEN value IS 147 (57.81% from 255) = 34.75%

 BLUE value IS 136 (53.52% from 255) = 32.15%

R = 33.1%
G = 34.75%
B = 32.15%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#8C9388 (or 0x8C9388) is known color: Spanish Green. HEX triplet: 8C, 93 and 88. RGB value is (140,147,136). Sum of RGB (Red+Green+Blue) = 140+147+136=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 147 - color contains mainly: green. Hex color #8C9388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9388 is #736C77. Grayscale: #8F8F8F. Windows color (decimal): -7564408 or 8950668. OLE color: 8950668.

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

Color convert

RGB 140 147 136 -
CMYK 0.05 0 0.07 0.42
HSL 98.18º 0.05% 0.55% -
HSV(B) 98.18º 0.07% 0.58% -
XYZ 25.69 28.22 27.39 -
YUV 143.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 140 147 136 0.05 0 0.07 0.42 98.18 0.05 0.55
Hex 8C 93 88 5 0 7 2A 62 5 37
Octal 214 223 210 5 0 7 52 142 5 67
Binary 10001100 10010011 10001000 101 0 111 101010 1100010 101 110111

Color Harmonies of #8C9388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9388

Black with #8C9388

Text Example


Text Example

White with #8C9388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8C9388;
 }
 .AnyTagClassName
 {
   color: #8C9388;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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