#869152

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

Shades of Wasabi #869152

Tints of Wasabi #869152

Color information

#869152 (or 0x869152) is unknown color: approx Wasabi. HEX triplet: 86, 91 and 52. RGB value is (134,145,82). Sum of RGB (Red+Green+Blue) = 134+145+82=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #869152 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869152 is #796EAD. Grayscale: #868686. Windows color (decimal): -7958190 or 5411206. OLE color: 5411206.

HSL color Cylindrical-coordinate representation of color #869152: hue angle of 70.48º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #869152 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB13414582-
CMYK0.0800.430.43
HSL70.48º27.75%44.51%-
HSV(B)70.48º43.45%56.86%-
XYZ21.4825.9311.86-
YUV134.5398.36127.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.12%
GREEN value IS 145 (57.03% from 255) = 40.17%
BLUE value IS 82 (32.42% from 255) = 22.71%
R=37.12%
G=40.17%
B=22.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134145820.0800.430.4370.4827.7544.51
Hex869152802B2B461c2d
Octal20622112210053531063455
Binary1000011010010001101001010000101011101011100011011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869152; }

 p { color: rgb(134,145,82); }

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

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

 a { background-color: rgb(134,145,82); }

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

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

 span { border-color: rgb(134,145,82); }

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