#85943f

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

Shades of Wasabi #85943F

Tints of Wasabi #85943F

Color information

#85943F (or 0x85943F) is unknown color: approx Wasabi. HEX triplet: 85, 94 and 3F. RGB value is (133,148,63). Sum of RGB (Red+Green+Blue) = 133+148+63=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #85943F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85943F is #7A6BC0. Grayscale: #868686. Windows color (decimal): -8022977 or 4166789. OLE color: 4166789.

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

Color convert

RGB13314863-
CMYK0.1000.570.42
HSL70.59º40.28%41.37%-
HSV(B)70.59º57.43%58.04%-
XYZ21.1626.538.71-
YUV133.8288.03127.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 148 (58.20% from 255) = 43.02%
BLUE value IS 63 (25% from 255) = 18.31%
R=38.66%
G=43.02%
B=18.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133148630.1000.570.4270.5940.2841.37
Hex85943FA0392A472829
Octal2052247712071521075051
Binary1000010110010100111111101001110011010101000111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85943f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85943f; }

 p { color: rgb(133,148,63); }

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

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

 a { background-color: rgb(133,148,63); }

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

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

 span { border-color: rgb(133,148,63); }

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