Html Css Color HEX #899B31 Wasabi

📋 copy color: '#899B31'

red 137 ◦ green 155 ◦ blue 49

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

Shades of Wasabi #899B31

Tints of Wasabi #899B31

RGB

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

 GREEN value IS 155 (60.94% from 255) = 45.45%

 BLUE value IS 49 (19.53% from 255) = 14.37%

R = 40.18%
G = 45.45%
B = 14.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#899B31 (or 0x899B31) is known color: Wasabi. HEX triplet: 89, 9B and 31. RGB value is (137,155,49). Sum of RGB (Red+Green+Blue) = 137+155+49=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #899B31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899B31 is #7664CE. Grayscale: #898989. Windows color (decimal): -7759055 or 3251081. OLE color: 3251081.

HSL color Cylindrical-coordinate representation of color #899B31: hue angle of 70.19º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #899B31 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 155 49 -
CMYK 0.12 0 0.68 0.39
HSL 70.19º 0.52% 0.4% -
HSV(B) 70.19º 0.68% 0.61% -
XYZ 22.59 28.98 7.31 -
YUV 137.53 78.04 127.62 -
System Red Green Blue C M Y K H S L
Decimal 137 155 49 0.12 0 0.68 0.39 70.19 0.52 0.4
Hex 89 9B 31 C 0 44 27 46 34 28
Octal 211 233 61 14 0 104 47 106 64 50
Binary 10001001 10011011 110001 1100 0 1000100 100111 1000110 110100 101000

Color Harmonies of #899B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899B31

Black with #899B31

Text Example


Text Example

White with #899B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899B31; }

 p { color: rgb(137,155,49); }

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

background-color css

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

 a { background-color: rgb(137,155,49); }

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

border-color css

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

 span { border-color: rgb(137,155,49); }

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