#868930

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

Shades of Wasabi #868930

Tints of Wasabi #868930

Color information

#868930 (or 0x868930) is unknown color: approx Wasabi. HEX triplet: 86, 89 and 30. RGB value is (134,137,48). Sum of RGB (Red+Green+Blue) = 134+137+48=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #868930 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868930 is #7976CF. Grayscale: #7E7E7E. Windows color (decimal): -7960272 or 3180934. OLE color: 3180934.

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

Color convert

RGB13413748-
CMYK0.0200.650.46
HSL62.02º48.11%36.27%-
HSV(B)62.02º64.96%53.73%-
XYZ19.3123.176.25-
YUV125.9684.01133.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 137 (53.91% from 255) = 42.95%
BLUE value IS 48 (19.14% from 255) = 15.05%
R=42.01%
G=42.95%
B=15.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134137480.0200.650.4662.0248.1136.27
Hex86893020412E3e3024
Octal206211602010156766044
Binary10000110100010011100001001000001101110111110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868930; }

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

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

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

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

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

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

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

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