Html Css Color HEX #899050 Wasabi

📋 copy color: '#899050'

red 137 ◦ green 144 ◦ blue 80

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

Shades of Wasabi #899050

Tints of Wasabi #899050

RGB

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

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

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

R = 37.95%
G = 39.89%
B = 22.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.44

RGB Variations

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

Color information

#899050 (or 0x899050) is known color: Wasabi. HEX triplet: 89, 90 and 50. RGB value is (137,144,80). Sum of RGB (Red+Green+Blue) = 137+144+80=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 144 - color contains mainly: green. Hex color #899050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899050 is #766FAF. Grayscale: #868686. Windows color (decimal): -7761840 or 5279881. OLE color: 5279881.

HSL color Cylindrical-coordinate representation of color #899050: hue angle of 66.56º 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 #899050 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 144 80 -
CMYK 0.05 0 0.44 0.44
HSL 66.56º 0.29% 0.44% -
HSV(B) 66.56º 0.44% 0.56% -
XYZ 21.74 25.84 11.43 -
YUV 134.61 97.18 129.7 -
System Red Green Blue C M Y K H S L
Decimal 137 144 80 0.05 0 0.44 0.44 66.56 0.29 0.44
Hex 89 90 50 5 0 2C 2C 43 1D 2C
Octal 211 220 120 5 0 54 54 103 35 54
Binary 10001001 10010000 1010000 101 0 101100 101100 1000011 11101 101100

Color Harmonies of #899050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899050

Black with #899050

Text Example


Text Example

White with #899050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899050; }

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

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

background-color css

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

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

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

border-color css

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

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

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