#87902B

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

Shades of Wasabi #87902B

Tints of Wasabi #87902B

Color information

#87902B (or 0x87902B) is unknown color: approx Wasabi. HEX triplet: 87, 90 and 2B. RGB value is (135,144,43). Sum of RGB (Red+Green+Blue) = 135+144+43=322 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.93% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #87902B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87902B is #786FD4. Grayscale: #828282. Windows color (decimal): -7892949 or 2855047. OLE color: 2855047.

HSL color Cylindrical-coordinate representation of color #87902B: hue angle of 65.35º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87902B is Cyan = 0.06, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB13514443-
CMYK0.0600.700.44
HSL65.35º54.01%36.67%-
HSV(B)65.35º70.14%56.47%-
XYZ20.425.276.09-
YUV129.7979.02131.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.93%
GREEN value IS 144 (56.64% from 255) = 44.72%
BLUE value IS 43 (17.19% from 255) = 13.35%
R=41.93%
G=44.72%
B=13.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135144430.0600.700.4465.3554.0136.67
Hex87902B60462C413625
Octal2072205360106541016645
Binary1000011110010000101011110010001101011001000001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87902B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87902B; }

 p { color: rgb(135,144,43); }

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

<style>
 a { background-color: #87902B; }

 a { background-color: rgb(135,144,43); }

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

<style>
 span { border-color: #87902B; }

 span { border-color: rgb(135,144,43); }

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