#879250

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

Shades of Wasabi #879250

Tints of Wasabi #879250

Color information

#879250 (or 0x879250) is unknown color: approx Wasabi. HEX triplet: 87, 92 and 50. RGB value is (135,146,80). Sum of RGB (Red+Green+Blue) = 135+146+80=361 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.40% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #879250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879250 is #786DAF. Grayscale: #878787. Windows color (decimal): -7892400 or 5280391. OLE color: 5280391.

HSL color Cylindrical-coordinate representation of color #879250: hue angle of 70º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #879250 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB13514680-
CMYK0.0800.450.43
HSL70º29.2%44.31%-
HSV(B)70º45.21%57.25%-
XYZ21.7226.2911.52-
YUV135.1996.86127.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 37.40%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 80 (31.64% from 255) = 22.16%
R=37.40%
G=40.44%
B=22.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135146800.0800.450.437029.244.31
Hex879250802D2B461d2c
Octal20722212010055531063554
Binary1000011110010010101000010000101101101011100011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879250; }

 p { color: rgb(135,146,80); }

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

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

 a { background-color: rgb(135,146,80); }

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

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

 span { border-color: rgb(135,146,80); }

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