#87902A

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

Shades of Wasabi #87902A

Tints of Wasabi #87902A

Color information

#87902A (or 0x87902A) is unknown color: approx Wasabi. HEX triplet: 87, 90 and 2A. RGB value is (135,144,42). Sum of RGB (Red+Green+Blue) = 135+144+42=321 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.06% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 144 - color contains mainly: green. Hex color #87902A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87902A is #786FD5. Grayscale: #828282. Windows color (decimal): -7892950 or 2789511. OLE color: 2789511.

HSL color Cylindrical-coordinate representation of color #87902A: hue angle of 65.29º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #87902A is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB13514442-
CMYK0.0600.710.44
HSL65.29º54.84%36.47%-
HSV(B)65.29º70.83%56.47%-
XYZ20.3825.265.99-
YUV129.6878.52131.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.06%
GREEN value IS 144 (56.64% from 255) = 44.86%
BLUE value IS 42 (16.80% from 255) = 13.08%
R=42.06%
G=44.86%
B=13.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135144420.0600.710.4465.2954.8436.47
Hex87902A60472C413724
Octal2072205260107541016744
Binary1000011110010000101010110010001111011001000001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87902A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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