Html Css Color HEX #899540 Wasabi

📋 copy color: '#899540'

red 137 ◦ green 149 ◦ blue 64

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

Shades of Wasabi #899540

Tints of Wasabi #899540

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.57%

 BLUE value IS 64 (25.39% from 255) = 18.29%

R = 39.14%
G = 42.57%
B = 18.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#899540 (or 0x899540) is known color: Wasabi. HEX triplet: 89, 95 and 40. RGB value is (137,149,64). Sum of RGB (Red+Green+Blue) = 137+149+64=350 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.14% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #899540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899540 is #766ABF. Grayscale: #888888. Windows color (decimal): -7760576 or 4232585. OLE color: 4232585.

HSL color Cylindrical-coordinate representation of color #899540: hue angle of 68.47º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #899540 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 149 64 -
CMYK 0.08 0 0.57 0.42
HSL 68.47º 0.4% 0.42% -
HSV(B) 68.47º 0.57% 0.58% -
XYZ 21.99 27.18 8.94 -
YUV 135.72 87.52 128.91 -
System Red Green Blue C M Y K H S L
Decimal 137 149 64 0.08 0 0.57 0.42 68.47 0.4 0.42
Hex 89 95 40 8 0 39 2A 44 28 2A
Octal 211 225 100 10 0 71 52 104 50 52
Binary 10001001 10010101 1000000 1000 0 111001 101010 1000100 101000 101010

Color Harmonies of #899540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899540

Black with #899540

Text Example


Text Example

White with #899540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899540; }

 p { color: rgb(137,149,64); }

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

background-color css

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

 a { background-color: rgb(137,149,64); }

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

border-color css

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

 span { border-color: rgb(137,149,64); }

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