#8B9188

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

Shades of Spanish Green #8B9188

Tints of Spanish Green #8B9188

Color information

#8B9188 (or 0x8B9188) is unknown color: approx Spanish Green. HEX triplet: 8B, 91 and 88. RGB value is (139,145,136). Sum of RGB (Red+Green+Blue) = 139+145+136=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 145 (57.03% from 255 or 34.52% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 145 - color contains mainly: green. Hex color #8B9188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9188 is #746E77. Grayscale: #8E8E8E. Windows color (decimal): -7630456 or 8950155. OLE color: 8950155.

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

Color convert

RGB139145136-
CMYK0.0400.060.43
HSL100º3.93%55.1%-
HSV(B)100º6.21%56.86%-
XYZ25.2227.5227.27-
YUV142.18124.51125.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.10%
GREEN value IS 145 (57.03% from 255) = 34.52%
BLUE value IS 136 (53.52% from 255) = 32.38%
R=33.10%
G=34.52%
B=32.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1391451360.0400.060.431003.9355.1
Hex8B91884062B64437
Octal21322121040653144467
Binary10001011100100011000100010001101010111100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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