Html Css Color HEX #889050 Wasabi

📋 copy color: '#889050'

red 136 ◦ green 144 ◦ blue 80

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

Shades of Wasabi #889050

Tints of Wasabi #889050

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40%

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

R = 37.78%
G = 40%
B = 22.22%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#889050 (or 0x889050) is known color: Wasabi. HEX triplet: 88, 90 and 50. RGB value is (136,144,80). Sum of RGB (Red+Green+Blue) = 136+144+80=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #889050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889050 is #776FAF. Grayscale: #868686. Windows color (decimal): -7827376 or 5279880. OLE color: 5279880.

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

Color convert

RGB 136 144 80 -
CMYK 0.06 0 0.44 0.44
HSL 67.5º 0.29% 0.44% -
HSV(B) 67.5º 0.44% 0.56% -
XYZ 21.57 25.76 11.42 -
YUV 134.31 97.35 129.2 -
System Red Green Blue C M Y K H S L
Decimal 136 144 80 0.06 0 0.44 0.44 67.5 0.29 0.44
Hex 88 90 50 6 0 2C 2C 44 1D 2C
Octal 210 220 120 6 0 54 54 104 35 54
Binary 10001000 10010000 1010000 110 0 101100 101100 1000100 11101 101100

Color Harmonies of #889050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889050

Black with #889050

Text Example


Text Example

White with #889050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889050; }

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

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

background-color css

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

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

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

border-color css

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

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

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