#8B9288

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

Shades of Spanish Green #8B9288

Tints of Spanish Green #8B9288

Color information

#8B9288 (or 0x8B9288) is unknown color: approx Spanish Green. HEX triplet: 8B, 92 and 88. RGB value is (139,146,136). Sum of RGB (Red+Green+Blue) = 139+146+136=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 136 (53.52% from 255 or 32.30% from 421); Max value from RGB is 146 - color contains mainly: green. Hex color #8B9288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9288 is #746D77. Grayscale: #8E8E8E. Windows color (decimal): -7630200 or 8950411. OLE color: 8950411.

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

Color convert

RGB139146136-
CMYK0.0500.070.43
HSL102º4.39%55.29%-
HSV(B)102º6.85%57.25%-
XYZ25.3727.8227.33-
YUV142.77124.18125.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.02%
GREEN value IS 146 (57.42% from 255) = 34.68%
BLUE value IS 136 (53.52% from 255) = 32.30%
R=33.02%
G=34.68%
B=32.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1391461360.0500.070.431024.3955.29
Hex8B92885072B66437
Octal21322221050753146467
Binary10001011100100101000100010101111010111100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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