Html Css Color HEX #8B9387 Spanish Green

📋 copy color: '#8B9387'

red 139 ◦ green 147 ◦ blue 135

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

Shades of Spanish Green #8B9387

Tints of Spanish Green #8B9387

RGB

 RED value IS 139 (54.69% from 255) = 33.02%

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

 BLUE value IS 135 (53.13% from 255) = 32.07%

R = 33.02%
G = 34.92%
B = 32.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#8B9387 (or 0x8B9387) is known color: Spanish Green. HEX triplet: 8B, 93 and 87. RGB value is (139,147,135). Sum of RGB (Red+Green+Blue) = 139+147+135=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9387 is #746C78. Grayscale: #8F8F8F. Windows color (decimal): -7629945 or 8885131. OLE color: 8885131.

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

Color convert

RGB 139 147 135 -
CMYK 0.05 0 0.08 0.42
HSL 100º 0.05% 0.55% -
HSV(B) 100º 0.08% 0.58% -
XYZ 25.45 28.11 27.01 -
YUV 143.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 139 147 135 0.05 0 0.08 0.42 100 0.05 0.55
Hex 8B 93 87 5 0 8 2A 64 5 37
Octal 213 223 207 5 0 10 52 144 5 67
Binary 10001011 10010011 10000111 101 0 1000 101010 1100100 101 110111

Color Harmonies of #8B9387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9387

Black with #8B9387

Text Example


Text Example

White with #8B9387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,147,135); }

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

background-color css

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

 a { background-color: rgb(139,147,135); }

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

border-color css

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

 span { border-color: rgb(139,147,135); }

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