Html Css Color HEX #8B9388 Spanish Green

📋 copy color: '#8B9388'

red 139 ◦ green 147 ◦ blue 136

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

Shades of Spanish Green #8B9388

Tints of Spanish Green #8B9388

RGB

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

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

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

R = 32.94%
G = 34.83%
B = 32.23%

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

#8B9388 (or 0x8B9388) is known color: Spanish Green. HEX triplet: 8B, 93 and 88. RGB value is (139,147,136). Sum of RGB (Red+Green+Blue) = 139+147+136=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 147 - color contains mainly: green. Hex color #8B9388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9388 is #746C77. Grayscale: #8F8F8F. Windows color (decimal): -7629944 or 8950667. OLE color: 8950667.

HSL color Cylindrical-coordinate representation of color #8B9388: hue angle of 103.64º 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 #8B9388 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 139 147 136 -
CMYK 0.05 0 0.07 0.42
HSL 103.64º 0.05% 0.55% -
HSV(B) 103.64º 0.07% 0.58% -
XYZ 25.53 28.13 27.38 -
YUV 143.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 139 147 136 0.05 0 0.07 0.42 103.64 0.05 0.55
Hex 8B 93 88 5 0 7 2A 68 5 37
Octal 213 223 210 5 0 7 52 150 5 67
Binary 10001011 10010011 10001000 101 0 111 101010 1101000 101 110111

Color Harmonies of #8B9388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B9388

Black with #8B9388

Text Example


Text Example

White with #8B9388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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