#859250

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

Shades of Wasabi #859250

Tints of Wasabi #859250

Color information

#859250 (or 0x859250) is unknown color: approx Wasabi. HEX triplet: 85, 92 and 50. RGB value is (133,146,80). Sum of RGB (Red+Green+Blue) = 133+146+80=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #859250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859250 is #7A6DAF. Grayscale: #868686. Windows color (decimal): -8023472 or 5280389. OLE color: 5280389.

HSL color Cylindrical-coordinate representation of color #859250: hue angle of 71.82º 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 #859250 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB13314680-
CMYK0.0900.450.43
HSL71.82º29.2%44.31%-
HSV(B)71.82º45.21%57.25%-
XYZ21.426.1211.5-
YUV134.5997.19126.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 146 (57.42% from 255) = 40.67%
BLUE value IS 80 (31.64% from 255) = 22.28%
R=37.05%
G=40.67%
B=22.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133146800.0900.450.4371.8229.244.31
Hex859250902D2B481d2c
Octal20522212011055531103554
Binary1000010110010010101000010010101101101011100100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859250; }

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

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

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

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

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

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

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

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