#85933D

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

Shades of Wasabi #85933D

Tints of Wasabi #85933D

Color information

#85933D (or 0x85933D) is unknown color: approx Wasabi. HEX triplet: 85, 93 and 3D. RGB value is (133,147,61). Sum of RGB (Red+Green+Blue) = 133+147+61=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 147 - color contains mainly: green. Hex color #85933D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85933D is #7A6CC2. Grayscale: #858585. Windows color (decimal): -8023235 or 4035461. OLE color: 4035461.

HSL color Cylindrical-coordinate representation of color #85933D: hue angle of 69.77º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85933D is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB13314761-
CMYK0.1000.590.42
HSL69.77º41.35%40.78%-
HSV(B)69.77º58.5%57.65%-
XYZ20.9526.198.37-
YUV133.0187.36127.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.00%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 61 (24.22% from 255) = 17.89%
R=39.00%
G=43.11%
B=17.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133147610.1000.590.4269.7741.3540.78
Hex85933DA03B2A462929
Octal2052237512073521065151
Binary1000010110010011111101101001110111010101000110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85933D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85933D; }

 p { color: rgb(133,147,61); }

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

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

 a { background-color: rgb(133,147,61); }

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

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

 span { border-color: rgb(133,147,61); }

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