#869C31

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

Shades of Wasabi #869C31

Tints of Wasabi #869C31

Color information

#869C31 (or 0x869C31) is unknown color: approx Wasabi. HEX triplet: 86, 9C and 31. RGB value is (134,156,49). Sum of RGB (Red+Green+Blue) = 134+156+49=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #869C31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869C31 is #7963CE. Grayscale: #898989. Windows color (decimal): -7955407 or 3251334. OLE color: 3251334.

HSL color Cylindrical-coordinate representation of color #869C31: hue angle of 72.34º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #869C31 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB13415649-
CMYK0.1400.690.39
HSL72.34º52.2%40.2%-
HSV(B)72.34º68.59%61.18%-
XYZ22.2729.077.34-
YUV137.2278.21125.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.53%
GREEN value IS 156 (61.33% from 255) = 46.02%
BLUE value IS 49 (19.53% from 255) = 14.45%
R=39.53%
G=46.02%
B=14.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134156490.1400.690.3972.3452.240.2
Hex869C31E04527483428
Octal20623461160105471106450
Binary10000110100111001100011110010001011001111001000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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