#889235

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

Shades of Wasabi #889235

Tints of Wasabi #889235

Color information

#889235 (or 0x889235) is unknown color: approx Wasabi. HEX triplet: 88, 92 and 35. RGB value is (136,146,53). Sum of RGB (Red+Green+Blue) = 136+146+53=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 146 (57.42% from 255 or 43.58% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 146 - color contains mainly: green. Hex color #889235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889235 is #776DCA. Grayscale: #848484. Windows color (decimal): -7826891 or 3510920. OLE color: 3510920.

HSL color Cylindrical-coordinate representation of color #889235: hue angle of 66.45º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #889235 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB13614653-
CMYK0.0700.640.43
HSL66.45º46.73%39.02%-
HSV(B)66.45º63.7%57.25%-
XYZ21.0726.057.29-
YUV132.4183.19130.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.60%
GREEN value IS 146 (57.42% from 255) = 43.58%
BLUE value IS 53 (21.09% from 255) = 15.82%
R=40.60%
G=43.58%
B=15.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal136146530.0700.640.4366.4546.7339.02
Hex88923570402B422f27
Octal2102226570100531025747
Binary1000100010010010110101111010000001010111000010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889235; }

 p { color: rgb(136,146,53); }

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

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

 a { background-color: rgb(136,146,53); }

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

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

 span { border-color: rgb(136,146,53); }

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