#868832

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

Shades of Wasabi #868832

Tints of Wasabi #868832

Color information

#868832 (or 0x868832) is unknown color: approx Wasabi. HEX triplet: 86, 88 and 32. RGB value is (134,136,50). Sum of RGB (Red+Green+Blue) = 134+136+50=320 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.88% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #868832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868832 is #7977CD. Grayscale: #7D7D7D. Windows color (decimal): -7960526 or 3311750. OLE color: 3311750.

HSL color Cylindrical-coordinate representation of color #868832: hue angle of 61.4º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #868832 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB13413650-
CMYK0.0100.630.47
HSL61.4º46.24%36.47%-
HSV(B)61.4º63.24%53.33%-
XYZ19.2122.916.43-
YUV125.685.34133.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.88%
GREEN value IS 136 (53.52% from 255) = 42.5%
BLUE value IS 50 (19.92% from 255) = 15.62%
R=41.88%
G=42.5%
B=15.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134136500.0100.630.4761.446.2436.47
Hex868832103F2F3d2e24
Octal20621062107757755644
Binary100001101000100011001010111111101111111101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868832; }

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

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

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

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

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

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

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

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