#869130

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

Shades of Wasabi #869130

Tints of Wasabi #869130

Color information

#869130 (or 0x869130) is unknown color: approx Wasabi. HEX triplet: 86, 91 and 30. RGB value is (134,145,48). Sum of RGB (Red+Green+Blue) = 134+145+48=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #869130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869130 is #796ECF. Grayscale: #838383. Windows color (decimal): -7958224 or 3182982. OLE color: 3182982.

HSL color Cylindrical-coordinate representation of color #869130: hue angle of 66.8º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #869130 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB13414548-
CMYK0.0800.670.43
HSL66.8º50.26%37.84%-
HSV(B)66.8º66.9%56.86%-
XYZ20.4925.536.64-
YUV130.6581.36130.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.98%
GREEN value IS 145 (57.03% from 255) = 44.34%
BLUE value IS 48 (19.14% from 255) = 14.68%
R=40.98%
G=44.34%
B=14.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134145480.0800.670.4366.850.2637.84
Hex86913080432B433226
Octal20622160100103531036246
Binary10000110100100011100001000010000111010111000011110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869130; }

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

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

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

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

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

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

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

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