#869551

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

Shades of Wasabi #869551

Tints of Wasabi #869551

Color information

#869551 (or 0x869551) is unknown color: approx Wasabi. HEX triplet: 86, 95 and 51. RGB value is (134,149,81). Sum of RGB (Red+Green+Blue) = 134+149+81=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #869551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869551 is #796AAE. Grayscale: #898989. Windows color (decimal): -7957167 or 5346694. OLE color: 5346694.

HSL color Cylindrical-coordinate representation of color #869551: hue angle of 73.24º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #869551 is Cyan = 0.10, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB13414981-
CMYK0.1000.460.42
HSL73.24º29.57%45.1%-
HSV(B)73.24º45.64%58.43%-
XYZ22.0627.1611.86-
YUV136.7696.53126.03-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.81%
GREEN value IS 149 (58.59% from 255) = 40.93%
BLUE value IS 81 (32.03% from 255) = 22.25%
R=36.81%
G=40.93%
B=22.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134149810.1000.460.4273.2429.5745.1
Hex869551A02E2A491e2d
Octal20622512112056521113655
Binary1000011010010101101000110100101110101010100100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869551; }

 p { color: rgb(134,149,81); }

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

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

 a { background-color: rgb(134,149,81); }

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

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

 span { border-color: rgb(134,149,81); }

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