#8B9532

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

Shades of Wasabi #8B9532

Tints of Wasabi #8B9532

Color information

#8B9532 (or 0x8B9532) is unknown color: approx Wasabi. HEX triplet: 8B, 95 and 32. RGB value is (139,149,50). Sum of RGB (Red+Green+Blue) = 139+149+50=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9532 is #746ACD. Grayscale: #878787. Windows color (decimal): -7629518 or 3315083. OLE color: 3315083.

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

Color convert

RGB13914950-
CMYK0.0700.660.42
HSL66.06º49.75%39.02%-
HSV(B)66.06º66.44%58.43%-
XYZ21.9727.217.11-
YUV134.7280.19131.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.12%
GREEN value IS 149 (58.59% from 255) = 44.08%
BLUE value IS 50 (19.92% from 255) = 14.79%
R=41.12%
G=44.08%
B=14.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139149500.0700.660.4266.0649.7539.02
Hex8B953270422A423227
Octal2132256270102521026247
Binary1000101110010101110010111010000101010101000010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,149,50); }

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

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

 a { background-color: rgb(139,149,50); }

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

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

 span { border-color: rgb(139,149,50); }

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