#8B9035

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

Shades of Wasabi #8B9035

Tints of Wasabi #8B9035

Color information

#8B9035 (or 0x8B9035) is unknown color: approx Wasabi. HEX triplet: 8B, 90 and 35. RGB value is (139,144,53). Sum of RGB (Red+Green+Blue) = 139+144+53=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 144 (56.64% from 255 or 42.86% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 144 - color contains mainly: green. Hex color #8B9035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9035 is #746FCA. Grayscale: #848484. Windows color (decimal): -7630795 or 3510411. OLE color: 3510411.

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

Color convert

RGB13914453-
CMYK0.0300.630.44
HSL63.3º46.19%38.63%-
HSV(B)63.3º63.19%56.47%-
XYZ21.2625.697.21-
YUV132.1383.34132.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.37%
GREEN value IS 144 (56.64% from 255) = 42.86%
BLUE value IS 53 (21.09% from 255) = 15.77%
R=41.37%
G=42.86%
B=15.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal139144530.0300.630.4463.346.1938.63
Hex8B9035303F2C3f2e27
Octal21322065307754775647
Binary1000101110010000110101110111111101100111111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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