#87932D

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

Shades of Wasabi #87932D

Tints of Wasabi #87932D

Color information

#87932D (or 0x87932D) is unknown color: approx Wasabi. HEX triplet: 87, 93 and 2D. RGB value is (135,147,45). Sum of RGB (Red+Green+Blue) = 135+147+45=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 147 (57.81% from 255 or 44.95% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 147 - color contains mainly: green. Hex color #87932D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87932D is #786CD2. Grayscale: #848484. Windows color (decimal): -7892179 or 2986887. OLE color: 2986887.

HSL color Cylindrical-coordinate representation of color #87932D: hue angle of 67.06º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #87932D is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB13514745-
CMYK0.0800.690.42
HSL67.06º53.12%37.65%-
HSV(B)67.06º69.39%57.65%-
XYZ20.926.216.44-
YUV131.7879.02130.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.28%
GREEN value IS 147 (57.81% from 255) = 44.95%
BLUE value IS 45 (17.97% from 255) = 13.76%
R=41.28%
G=44.95%
B=13.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135147450.0800.690.4267.0653.1237.65
Hex87932D80452A433526
Octal20722355100105521036546
Binary10000111100100111011011000010001011010101000011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87932D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87932D; }

 p { color: rgb(135,147,45); }

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

<style>
 a { background-color: #87932D; }

 a { background-color: rgb(135,147,45); }

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

<style>
 span { border-color: #87932D; }

 span { border-color: rgb(135,147,45); }

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