Html Css Color HEX #899452 Wasabi

📋 copy color: '#899452'

red 137 ◦ green 148 ◦ blue 82

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

Shades of Wasabi #899452

Tints of Wasabi #899452

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.33%

 BLUE value IS 82 (32.42% from 255) = 22.34%

R = 37.33%
G = 40.33%
B = 22.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.45

 K value IS 0.42

RGB Variations

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

Color information

#899452 (or 0x899452) is known color: Wasabi. HEX triplet: 89, 94 and 52. RGB value is (137,148,82). Sum of RGB (Red+Green+Blue) = 137+148+82=367 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.33% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #899452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #899452 is #766BAD. Grayscale: #898989. Windows color (decimal): -7760814 or 5411977. OLE color: 5411977.

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

Color convert

RGB 137 148 82 -
CMYK 0.07 0 0.45 0.42
HSL 70º 0.29% 0.45% -
HSV(B) 70º 0.45% 0.58% -
XYZ 22.43 27.11 12.03 -
YUV 137.19 96.86 127.87 -
System Red Green Blue C M Y K H S L
Decimal 137 148 82 0.07 0 0.45 0.42 70 0.29 0.45
Hex 89 94 52 7 0 2D 2A 46 1D 2D
Octal 211 224 122 7 0 55 52 106 35 55
Binary 10001001 10010100 1010010 111 0 101101 101010 1000110 11101 101101

Color Harmonies of #899452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899452

Black with #899452

Text Example


Text Example

White with #899452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899452; }

 p { color: rgb(137,148,82); }

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

background-color css

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

 a { background-color: rgb(137,148,82); }

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

border-color css

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

 span { border-color: rgb(137,148,82); }

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