Html Css Color HEX #899132 Wasabi

📋 copy color: '#899132'

red 137 ◦ green 145 ◦ blue 50

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

Shades of Wasabi #899132

Tints of Wasabi #899132

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.67%

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

R = 41.27%
G = 43.67%
B = 15.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#899132 (or 0x899132) is known color: Wasabi. HEX triplet: 89, 91 and 32. RGB value is (137,145,50). Sum of RGB (Red+Green+Blue) = 137+145+50=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 50 (19.92% from 255 or 15.06% from 332); Max value from RGB is 145 - color contains mainly: green. Hex color #899132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899132 is #766ECD. Grayscale: #848484. Windows color (decimal): -7761614 or 3314057. OLE color: 3314057.

HSL color Cylindrical-coordinate representation of color #899132: hue angle of 65.05º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #899132 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 137 145 50 -
CMYK 0.06 0 0.66 0.43
HSL 65.05º 0.49% 0.38% -
HSV(B) 65.05º 0.66% 0.57% -
XYZ 21.02 25.8 6.89 -
YUV 131.78 81.85 131.72 -
System Red Green Blue C M Y K H S L
Decimal 137 145 50 0.06 0 0.66 0.43 65.05 0.49 0.38
Hex 89 91 32 6 0 42 2B 41 31 26
Octal 211 221 62 6 0 102 53 101 61 46
Binary 10001001 10010001 110010 110 0 1000010 101011 1000001 110001 100110

Color Harmonies of #899132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899132

Black with #899132

Text Example


Text Example

White with #899132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899132; }

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

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

background-color css

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

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

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

border-color css

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

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

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