#868A33

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

Shades of Wasabi #868A33

Tints of Wasabi #868A33

Color information

#868A33 (or 0x868A33) is unknown color: approx Wasabi. HEX triplet: 86, 8A and 33. RGB value is (134,138,51). Sum of RGB (Red+Green+Blue) = 134+138+51=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 51 (20.31% from 255 or 15.79% from 323); Max value from RGB is 138 - color contains mainly: green. Hex color #868A33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868A33 is #7975CC. Grayscale: #7F7F7F. Windows color (decimal): -7960013 or 3377798. OLE color: 3377798.

HSL color Cylindrical-coordinate representation of color #868A33: hue angle of 62.76º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #868A33 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB13413851-
CMYK0.0300.630.46
HSL62.76º46.03%37.06%-
HSV(B)62.76º63.04%54.12%-
XYZ19.5223.486.64-
YUV126.8985.17133.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.49%
GREEN value IS 138 (54.30% from 255) = 42.72%
BLUE value IS 51 (20.31% from 255) = 15.79%
R=41.49%
G=42.72%
B=15.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134138510.0300.630.4662.7646.0337.06
Hex868A33303F2E3f2e25
Octal20621263307756775645
Binary1000011010001010110011110111111101110111111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868A33; }

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

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

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

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

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

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

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

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