#869A31

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

Shades of Wasabi #869A31

Tints of Wasabi #869A31

Color information

#869A31 (or 0x869A31) is unknown color: approx Wasabi. HEX triplet: 86, 9A and 31. RGB value is (134,154,49). Sum of RGB (Red+Green+Blue) = 134+154+49=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 154 - color contains mainly: green. Hex color #869A31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869A31 is #7965CE. Grayscale: #888888. Windows color (decimal): -7955919 or 3250822. OLE color: 3250822.

HSL color Cylindrical-coordinate representation of color #869A31: hue angle of 71.43º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #869A31 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB13415449-
CMYK0.1300.680.40
HSL71.43º51.72%39.8%-
HSV(B)71.43º68.18%60.39%-
XYZ21.9428.47.23-
YUV136.0578.87126.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.76%
GREEN value IS 154 (60.55% from 255) = 45.70%
BLUE value IS 49 (19.53% from 255) = 14.54%
R=39.76%
G=45.70%
B=14.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal134154490.1300.680.4071.4351.7239.8
Hex869A31D04428473428
Octal20623261150104501076450
Binary10000110100110101100011101010001001010001000111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869A31; }

 p { color: rgb(134,154,49); }

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

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

 a { background-color: rgb(134,154,49); }

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

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

 span { border-color: rgb(134,154,49); }

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