#868938

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

Shades of Wasabi #868938

Tints of Wasabi #868938

Color information

#868938 (or 0x868938) is unknown color: approx Wasabi. HEX triplet: 86, 89 and 38. RGB value is (134,137,56). Sum of RGB (Red+Green+Blue) = 134+137+56=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 56 (22.27% from 255 or 17.13% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #868938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868938 is #7976C7. Grayscale: #7F7F7F. Windows color (decimal): -7960264 or 3705222. OLE color: 3705222.

HSL color Cylindrical-coordinate representation of color #868938: hue angle of 62.22º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #868938 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB13413756-
CMYK0.0200.590.46
HSL62.22º41.97%37.84%-
HSV(B)62.22º59.12%53.73%-
XYZ19.4923.257.2-
YUV126.8788.01133.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.98%
GREEN value IS 137 (53.91% from 255) = 41.90%
BLUE value IS 56 (22.27% from 255) = 17.13%
R=40.98%
G=41.90%
B=17.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134137560.0200.590.4662.2241.9737.84
Hex868938203B2E3e2a26
Octal20621170207356765246
Binary1000011010001001111000100111011101110111110101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868938; }

 p { color: rgb(134,137,56); }

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

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

 a { background-color: rgb(134,137,56); }

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

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

 span { border-color: rgb(134,137,56); }

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