Html Css Color HEX #899B4B Wasabi

📋 copy color: '#899B4B'

red 137 ◦ green 155 ◦ blue 75

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

Shades of Wasabi #899B4B

Tints of Wasabi #899B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 20.44%

R = 37.33%
G = 42.23%
B = 20.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.39

RGB Variations

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

Color information

#899B4B (or 0x899B4B) is known color: Wasabi. HEX triplet: 89, 9B and 4B. RGB value is (137,155,75). Sum of RGB (Red+Green+Blue) = 137+155+75=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 155 (60.94% from 255 or 42.23% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 155 - color contains mainly: green. Hex color #899B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899B4B is #7664B4. Grayscale: #8C8C8C. Windows color (decimal): -7759029 or 4955017. OLE color: 4955017.

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

Color convert

RGB 137 155 75 -
CMYK 0.12 0 0.52 0.39
HSL 73.5º 0.35% 0.45% -
HSV(B) 73.5º 0.52% 0.61% -
XYZ 23.31 29.27 11.08 -
YUV 140.5 91.04 125.5 -
System Red Green Blue C M Y K H S L
Decimal 137 155 75 0.12 0 0.52 0.39 73.5 0.35 0.45
Hex 89 9B 4B C 0 34 27 4A 23 2D
Octal 211 233 113 14 0 64 47 112 43 55
Binary 10001001 10011011 1001011 1100 0 110100 100111 1001010 100011 101101

Color Harmonies of #899B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899B4B

Black with #899B4B

Text Example


Text Example

White with #899B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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