Html Css Color HEX #889150 Wasabi

📋 copy color: '#889150'

red 136 ◦ green 145 ◦ blue 80

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

Shades of Wasabi #889150

Tints of Wasabi #889150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.17%

 BLUE value IS 80 (31.64% from 255) = 22.16%

R = 37.67%
G = 40.17%
B = 22.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#889150 (or 0x889150) is known color: Wasabi. HEX triplet: 88, 91 and 50. RGB value is (136,145,80). Sum of RGB (Red+Green+Blue) = 136+145+80=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #889150 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889150 is #776EAF. Grayscale: #878787. Windows color (decimal): -7827120 or 5280136. OLE color: 5280136.

HSL color Cylindrical-coordinate representation of color #889150: hue angle of 68.31º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #889150 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 145 80 -
CMYK 0.06 0 0.45 0.43
HSL 68.31º 0.29% 0.44% -
HSV(B) 68.31º 0.45% 0.57% -
XYZ 21.73 26.06 11.48 -
YUV 134.9 97.02 128.79 -
System Red Green Blue C M Y K H S L
Decimal 136 145 80 0.06 0 0.45 0.43 68.31 0.29 0.44
Hex 88 91 50 6 0 2D 2B 44 1D 2C
Octal 210 221 120 6 0 55 53 104 35 54
Binary 10001000 10010001 1010000 110 0 101101 101011 1000100 11101 101100

Color Harmonies of #889150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889150

Black with #889150

Text Example


Text Example

White with #889150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889150; }

 p { color: rgb(136,145,80); }

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

background-color css

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

 a { background-color: rgb(136,145,80); }

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

border-color css

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

 span { border-color: rgb(136,145,80); }

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