#8B902E

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

Shades of Wasabi #8B902E

Tints of Wasabi #8B902E

Color information

#8B902E (or 0x8B902E) is unknown color: approx Wasabi. HEX triplet: 8B, 90 and 2E. RGB value is (139,144,46). Sum of RGB (Red+Green+Blue) = 139+144+46=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 46 (18.36% from 255 or 13.98% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #8B902E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B902E is #746FD1. Grayscale: #838383. Windows color (decimal): -7630802 or 3051659. OLE color: 3051659.

HSL color Cylindrical-coordinate representation of color #8B902E: hue angle of 63.06º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8B902E is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB13914446-
CMYK0.0300.680.44
HSL63.06º51.58%37.25%-
HSV(B)63.06º68.06%56.47%-
XYZ21.1125.636.42-
YUV131.3379.84133.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.25%
GREEN value IS 144 (56.64% from 255) = 43.77%
BLUE value IS 46 (18.36% from 255) = 13.98%
R=42.25%
G=43.77%
B=13.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139144460.0300.680.4463.0651.5837.25
Hex8B902E30442C3f3425
Octal213220563010454776445
Binary10001011100100001011101101000100101100111111110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B902E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,144,46); }

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

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

 a { background-color: rgb(139,144,46); }

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

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

 span { border-color: rgb(139,144,46); }

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