#85984B

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

Shades of Wasabi #85984B

Tints of Wasabi #85984B

Color information

#85984B (or 0x85984B) is unknown color: approx Wasabi. HEX triplet: 85, 98 and 4B. RGB value is (133,152,75). Sum of RGB (Red+Green+Blue) = 133+152+75=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #85984B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85984B is #7A67B4. Grayscale: #898989. Windows color (decimal): -8021941 or 4954245. OLE color: 4954245.

HSL color Cylindrical-coordinate representation of color #85984B: hue angle of 74.81º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85984B is Cyan = 0.13, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB13315275-
CMYK0.1300.510.40
HSL74.81º33.92%44.51%-
HSV(B)74.81º50.66%59.61%-
XYZ22.1727.9510.88-
YUV137.5492.71124.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 152 (59.77% from 255) = 42.22%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=36.94%
G=42.22%
B=20.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal133152750.1300.510.4074.8133.9244.51
Hex85984BD033284b222d
Octal20523011315063501134255
Binary10000101100110001001011110101100111010001001011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85984B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85984B; }

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

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

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

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

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

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

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

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