#869535

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

Shades of Wasabi #869535

Tints of Wasabi #869535

Color information

#869535 (or 0x869535) is unknown color: approx Wasabi. HEX triplet: 86, 95 and 35. RGB value is (134,149,53). Sum of RGB (Red+Green+Blue) = 134+149+53=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #869535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869535 is #796ACA. Grayscale: #858585. Windows color (decimal): -7957195 or 3511686. OLE color: 3511686.

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

Color convert

RGB13414953-
CMYK0.1000.640.42
HSL69.38º47.52%39.61%-
HSV(B)69.38º64.43%58.43%-
XYZ21.2226.827.43-
YUV133.5782.53128.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.88%
GREEN value IS 149 (58.59% from 255) = 44.35%
BLUE value IS 53 (21.09% from 255) = 15.77%
R=39.88%
G=44.35%
B=15.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134149530.1000.640.4269.3847.5239.61
Hex869535A0402A453028
Octal20622565120100521056050
Binary10000110100101011101011010010000001010101000101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869535; }

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

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

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

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

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

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

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

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