#85924B

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

Shades of Wasabi #85924B

Tints of Wasabi #85924B

Color information

#85924B (or 0x85924B) is unknown color: approx Wasabi. HEX triplet: 85, 92 and 4B. RGB value is (133,146,75). Sum of RGB (Red+Green+Blue) = 133+146+75=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 75 (29.69% from 255 or 21.19% from 354); Max value from RGB is 146 - color contains mainly: green. Hex color #85924B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85924B is #7A6DB4. Grayscale: #868686. Windows color (decimal): -8023477 or 4952709. OLE color: 4952709.

HSL color Cylindrical-coordinate representation of color #85924B: hue angle of 70.99º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85924B is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB13314675-
CMYK0.0900.490.43
HSL70.99º32.13%43.33%-
HSV(B)70.99º48.63%57.25%-
XYZ21.2226.0510.57-
YUV134.0294.69127.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 146 (57.42% from 255) = 41.24%
BLUE value IS 75 (29.69% from 255) = 21.19%
R=37.57%
G=41.24%
B=21.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133146750.0900.490.4370.9932.1343.33
Hex85924B90312B47202b
Octal20522211311061531074053
Binary10000101100100101001011100101100011010111000111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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