#858C30

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

Shades of Wasabi #858C30

Tints of Wasabi #858C30

Color information

#858C30 (or 0x858C30) is unknown color: approx Wasabi. HEX triplet: 85, 8C and 30. RGB value is (133,140,48). Sum of RGB (Red+Green+Blue) = 133+140+48=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 140 (55.08% from 255 or 43.61% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 140 - color contains mainly: green. Hex color #858C30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858C30 is #7A73CF. Grayscale: #7F7F7F. Windows color (decimal): -8025040 or 3181701. OLE color: 3181701.

HSL color Cylindrical-coordinate representation of color #858C30: hue angle of 64.57º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #858C30 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB13314048-
CMYK0.0500.660.45
HSL64.57º48.94%36.86%-
HSV(B)64.57º65.71%54.9%-
XYZ19.5823.966.39-
YUV127.4283.18131.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.43%
GREEN value IS 140 (55.08% from 255) = 43.61%
BLUE value IS 48 (19.14% from 255) = 14.95%
R=41.43%
G=43.61%
B=14.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133140480.0500.660.4564.5748.9436.86
Hex858C3050422D413125
Octal2052146050102551016145
Binary1000010110001100110000101010000101011011000001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858C30; }

 p { color: rgb(133,140,48); }

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

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

 a { background-color: rgb(133,140,48); }

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

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

 span { border-color: rgb(133,140,48); }

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