Html Css Color HEX #899250 Wasabi

📋 copy color: '#899250'

red 137 ◦ green 146 ◦ blue 80

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

Shades of Wasabi #899250

Tints of Wasabi #899250

RGB

 RED value IS 137 (53.91% from 255) = 37.74%

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

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

R = 37.74%
G = 40.22%
B = 22.04%

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

#899250 (or 0x899250) is known color: Wasabi. HEX triplet: 89, 92 and 50. RGB value is (137,146,80). Sum of RGB (Red+Green+Blue) = 137+146+80=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #899250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899250 is #766DAF. Grayscale: #888888. Windows color (decimal): -7761328 or 5280393. OLE color: 5280393.

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

Color convert

RGB 137 146 80 -
CMYK 0.06 0 0.45 0.43
HSL 68.18º 0.29% 0.44% -
HSV(B) 68.18º 0.45% 0.57% -
XYZ 22.04 26.46 11.53 -
YUV 135.79 96.52 128.87 -
System Red Green Blue C M Y K H S L
Decimal 137 146 80 0.06 0 0.45 0.43 68.18 0.29 0.44
Hex 89 92 50 6 0 2D 2B 44 1D 2C
Octal 211 222 120 6 0 55 53 104 35 54
Binary 10001001 10010010 1010000 110 0 101101 101011 1000100 11101 101100

Color Harmonies of #899250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899250

Black with #899250

Text Example


Text Example

White with #899250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899250; }

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

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

background-color css

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

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

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

border-color css

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

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

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