#869132

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

Shades of Wasabi #869132

Tints of Wasabi #869132

Color information

#869132 (or 0x869132) is unknown color: approx Wasabi. HEX triplet: 86, 91 and 32. RGB value is (134,145,50). Sum of RGB (Red+Green+Blue) = 134+145+50=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #869132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869132 is #796ECD. Grayscale: #838383. Windows color (decimal): -7958222 or 3314054. OLE color: 3314054.

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

Color convert

RGB13414550-
CMYK0.0800.660.43
HSL66.95º48.72%38.24%-
HSV(B)66.95º65.52%56.86%-
XYZ20.5325.556.87-
YUV130.8882.36130.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.73%
GREEN value IS 145 (57.03% from 255) = 44.07%
BLUE value IS 50 (19.92% from 255) = 15.20%
R=40.73%
G=44.07%
B=15.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134145500.0800.660.4366.9548.7238.24
Hex86913280422B433126
Octal20622162100102531036146
Binary10000110100100011100101000010000101010111000011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869132; }

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

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

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

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

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

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

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

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