#869335

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

Shades of Wasabi #869335

Tints of Wasabi #869335

Color information

#869335 (or 0x869335) is unknown color: approx Wasabi. HEX triplet: 86, 93 and 35. RGB value is (134,147,53). Sum of RGB (Red+Green+Blue) = 134+147+53=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #869335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869335 is #796CCA. Grayscale: #848484. Windows color (decimal): -7957707 or 3511174. OLE color: 3511174.

HSL color Cylindrical-coordinate representation of color #869335: hue angle of 68.3º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #869335 is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB13414753-
CMYK0.0900.640.42
HSL68.3º47%39.22%-
HSV(B)68.3º63.95%57.65%-
XYZ20.9126.197.32-
YUV132.483.19129.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.12%
GREEN value IS 147 (57.81% from 255) = 44.01%
BLUE value IS 53 (21.09% from 255) = 15.87%
R=40.12%
G=44.01%
B=15.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134147530.0900.640.4268.34739.22
Hex86933590402A442f27
Octal20622365110100521045747
Binary10000110100100111101011001010000001010101000100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869335; }

 p { color: rgb(134,147,53); }

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

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

 a { background-color: rgb(134,147,53); }

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

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

 span { border-color: rgb(134,147,53); }

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