#8B8E2D

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

Shades of Wasabi #8B8E2D

Tints of Wasabi #8B8E2D

Color information

#8B8E2D (or 0x8B8E2D) is unknown color: approx Wasabi. HEX triplet: 8B, 8E and 2D. RGB value is (139,142,45). Sum of RGB (Red+Green+Blue) = 139+142+45=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8E2D is #7471D2. Grayscale: #828282. Windows color (decimal): -7631315 or 2985611. OLE color: 2985611.

HSL color Cylindrical-coordinate representation of color #8B8E2D: hue angle of 61.86º 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 #8B8E2D is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB13914245-
CMYK0.0200.680.44
HSL61.86º51.87%36.67%-
HSV(B)61.86º68.31%55.69%-
XYZ20.7925.026.22-
YUV130.0480.01134.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.64%
GREEN value IS 142 (55.86% from 255) = 43.56%
BLUE value IS 45 (17.97% from 255) = 13.80%
R=42.64%
G=43.56%
B=13.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139142450.0200.680.4461.8651.8736.67
Hex8B8E2D20442C3e3425
Octal213216552010454766445
Binary10001011100011101011011001000100101100111110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,142,45); }

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

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

 a { background-color: rgb(139,142,45); }

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

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

 span { border-color: rgb(139,142,45); }

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