Html Css Color HEX #899B32 Wasabi

📋 copy color: '#899B32'

red 137 ◦ green 155 ◦ blue 50

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

Shades of Wasabi #899B32

Tints of Wasabi #899B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.62%

R = 40.06%
G = 45.32%
B = 14.62%

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

#899B32 (or 0x899B32) is known color: Wasabi. HEX triplet: 89, 9B and 32. RGB value is (137,155,50). Sum of RGB (Red+Green+Blue) = 137+155+50=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 155 (60.94% from 255 or 45.32% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 155 - color contains mainly: green. Hex color #899B32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899B32 is #7664CD. Grayscale: #8A8A8A. Windows color (decimal): -7759054 or 3316617. OLE color: 3316617.

HSL color Cylindrical-coordinate representation of color #899B32: hue angle of 70.29º degrees, saturation: 0.51, 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 #899B32 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 155 50 -
CMYK 0.12 0 0.68 0.39
HSL 70.29º 0.51% 0.4% -
HSV(B) 70.29º 0.68% 0.61% -
XYZ 22.61 28.99 7.42 -
YUV 137.65 78.54 127.54 -
System Red Green Blue C M Y K H S L
Decimal 137 155 50 0.12 0 0.68 0.39 70.29 0.51 0.4
Hex 89 9B 32 C 0 44 27 46 33 28
Octal 211 233 62 14 0 104 47 106 63 50
Binary 10001001 10011011 110010 1100 0 1000100 100111 1000110 110011 101000

Color Harmonies of #899B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899B32

Black with #899B32

Text Example


Text Example

White with #899B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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