Html Css Color HEX #889250 Wasabi

📋 copy color: '#889250'

red 136 ◦ green 146 ◦ blue 80

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

Shades of Wasabi #889250

Tints of Wasabi #889250

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.33%

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

R = 37.57%
G = 40.33%
B = 22.1%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#889250 (or 0x889250) is known color: Wasabi. HEX triplet: 88, 92 and 50. RGB value is (136,146,80). Sum of RGB (Red+Green+Blue) = 136+146+80=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #889250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #889250 is #776DAF. Grayscale: #878787. Windows color (decimal): -7826864 or 5280392. OLE color: 5280392.

HSL color Cylindrical-coordinate representation of color #889250: hue angle of 69.09º 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 #889250 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 136 146 80 -
CMYK 0.07 0 0.45 0.43
HSL 69.09º 0.29% 0.44% -
HSV(B) 69.09º 0.45% 0.57% -
XYZ 21.88 26.37 11.53 -
YUV 135.49 96.69 128.37 -
System Red Green Blue C M Y K H S L
Decimal 136 146 80 0.07 0 0.45 0.43 69.09 0.29 0.44
Hex 88 92 50 7 0 2D 2B 45 1D 2C
Octal 210 222 120 7 0 55 53 105 35 54
Binary 10001000 10010010 1010000 111 0 101101 101011 1000101 11101 101100

Color Harmonies of #889250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889250

Black with #889250

Text Example


Text Example

White with #889250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889250; }

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

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

background-color css

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

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

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

border-color css

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

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

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