#859252

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

Shades of Wasabi #859252

Tints of Wasabi #859252

Color information

#859252 (or 0x859252) is unknown color: approx Wasabi. HEX triplet: 85, 92 and 52. RGB value is (133,146,82). Sum of RGB (Red+Green+Blue) = 133+146+82=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #859252 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859252 is #7A6DAD. Grayscale: #878787. Windows color (decimal): -8023470 or 5411461. OLE color: 5411461.

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

Color convert

RGB13314682-
CMYK0.0900.440.43
HSL72.19º28.07%44.71%-
HSV(B)72.19º43.84%57.25%-
XYZ21.4726.1511.9-
YUV134.8298.19126.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 82 (32.42% from 255) = 22.71%
R=36.84%
G=40.44%
B=22.71%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133146820.0900.440.4372.1928.0744.71
Hex859252902C2B481c2d
Octal20522212211054531103455
Binary1000010110010010101001010010101100101011100100011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859252; }

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

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

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

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

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

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

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

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