#85922A

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

Shades of Wasabi #85922A

Tints of Wasabi #85922A

Color information

#85922A (or 0x85922A) is unknown color: approx Wasabi. HEX triplet: 85, 92 and 2A. RGB value is (133,146,42). Sum of RGB (Red+Green+Blue) = 133+146+42=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #85922A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85922A is #7A6DD5. Grayscale: #828282. Windows color (decimal): -8023510 or 2790021. OLE color: 2790021.

HSL color Cylindrical-coordinate representation of color #85922A: hue angle of 67.5º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85922A is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB13314642-
CMYK0.0900.710.43
HSL67.5º55.32%36.86%-
HSV(B)67.5º71.23%57.25%-
XYZ20.3725.716.08-
YUV130.2678.19129.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.43%
GREEN value IS 146 (57.42% from 255) = 45.48%
BLUE value IS 42 (16.80% from 255) = 13.08%
R=41.43%
G=45.48%
B=13.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal133146420.0900.710.4367.555.3236.86
Hex85922A90472B443725
Octal20522252110107531046745
Binary10000101100100101010101001010001111010111000100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85922A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85922A; }

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

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

<style>
 a { background-color: #85922A; }

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

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

<style>
 span { border-color: #85922A; }

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

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