#85982F

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

Shades of Wasabi #85982F

Tints of Wasabi #85982F

Color information

#85982F (or 0x85982F) is unknown color: approx Wasabi. HEX triplet: 85, 98 and 2F. RGB value is (133,152,47). Sum of RGB (Red+Green+Blue) = 133+152+47=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #85982F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85982F is #7A67D0. Grayscale: #868686. Windows color (decimal): -8021969 or 3119237. OLE color: 3119237.

HSL color Cylindrical-coordinate representation of color #85982F: hue angle of 70.86º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85982F is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB13315247-
CMYK0.1300.690.40
HSL70.86º52.76%39.02%-
HSV(B)70.86º69.08%59.61%-
XYZ21.4127.656.9-
YUV134.3578.71127.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.06%
GREEN value IS 152 (59.77% from 255) = 45.78%
BLUE value IS 47 (18.75% from 255) = 14.16%
R=40.06%
G=45.78%
B=14.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal133152470.1300.690.4070.8652.7639.02
Hex85982FD04528473527
Octal20523057150105501076547
Binary10000101100110001011111101010001011010001000111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85982F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85982F; }

 p { color: rgb(133,152,47); }

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

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

 a { background-color: rgb(133,152,47); }

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

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

 span { border-color: rgb(133,152,47); }

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