Html Css Color HEX #889532 Wasabi

📋 copy color: '#889532'

red 136 ◦ green 149 ◦ blue 50

#889532
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #889532

Tints of Wasabi #889532

RGB

 RED value IS 136 (53.52% from 255) = 40.6%

 GREEN value IS 149 (58.59% from 255) = 44.48%

 BLUE value IS 50 (19.92% from 255) = 14.93%

R = 40.6%
G = 44.48%
B = 14.93%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#889532 (or 0x889532) is known color: Wasabi. HEX triplet: 88, 95 and 32. RGB value is (136,149,50). Sum of RGB (Red+Green+Blue) = 136+149+50=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #889532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889532 is #776ACD. Grayscale: #868686. Windows color (decimal): -7826126 or 3315080. OLE color: 3315080.

HSL color Cylindrical-coordinate representation of color #889532: hue angle of 67.88º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #889532 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 149 50 -
CMYK 0.09 0 0.66 0.42
HSL 67.88º 0.5% 0.39% -
HSV(B) 67.88º 0.66% 0.58% -
XYZ 21.48 26.96 7.09 -
YUV 133.83 80.69 129.55 -
System Red Green Blue C M Y K H S L
Decimal 136 149 50 0.09 0 0.66 0.42 67.88 0.5 0.39
Hex 88 95 32 9 0 42 2A 44 32 27
Octal 210 225 62 11 0 102 52 104 62 47
Binary 10001000 10010101 110010 1001 0 1000010 101010 1000100 110010 100111

Color Harmonies of #889532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889532

Black with #889532

Text Example


Text Example

White with #889532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889532; }

 p { color: rgb(136,149,50); }

 H1.HeaderClassName
 {
   color: #889532;
 }
 .AnyTagClassName
 {
   color: #889532;
 }
</style>

background-color css

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

 a { background-color: rgb(136,149,50); }

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

border-color css

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

 span { border-color: rgb(136,149,50); }

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