#868833

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

Shades of Wasabi #868833

Tints of Wasabi #868833

Color information

#868833 (or 0x868833) is unknown color: approx Wasabi. HEX triplet: 86, 88 and 33. RGB value is (134,136,51). Sum of RGB (Red+Green+Blue) = 134+136+51=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 136 - color contains mainly: green. Hex color #868833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868833 is #7977CC. Grayscale: #7E7E7E. Windows color (decimal): -7960525 or 3377286. OLE color: 3377286.

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

Color convert

RGB13413651-
CMYK0.0100.620.47
HSL61.41º45.45%36.67%-
HSV(B)61.41º62.5%53.33%-
XYZ19.2322.926.54-
YUV125.7185.84133.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.74%
GREEN value IS 136 (53.52% from 255) = 42.37%
BLUE value IS 51 (20.31% from 255) = 15.89%
R=41.74%
G=42.37%
B=15.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134136510.0100.620.4761.4145.4536.67
Hex868833103E2F3d2d25
Octal20621063107657755545
Binary100001101000100011001110111110101111111101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868833; }

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

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

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

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

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

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

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

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