#899D42

Color #899D42 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #899D42

Tints of Wasabi #899D42

Color information

#899D42 (or 0x899D42) is unknown color: approx Wasabi. HEX triplet: 89, 9D and 42. RGB value is (137,157,66). Sum of RGB (Red+Green+Blue) = 137+157+66=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 66 (26.17% from 255 or 18.33% from 360); Max value from RGB is 157 - color contains mainly: green. Hex color #899D42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899D42 is #7662BD. Grayscale: #8C8C8C. Windows color (decimal): -7758526 or 4365705. OLE color: 4365705.

HSL color Cylindrical-coordinate representation of color #899D42: hue angle of 73.19º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #899D42 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB13715766-
CMYK0.1300.580.38
HSL73.19º40.81%43.73%-
HSV(B)73.19º57.96%61.57%-
XYZ23.3629.839.68-
YUV140.6585.87125.4-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.06%
GREEN value IS 157 (61.72% from 255) = 43.61%
BLUE value IS 66 (26.17% from 255) = 18.33%
R=38.06%
G=43.61%
B=18.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal137157660.1300.580.3873.1940.8143.73
Hex899D42D03A2649292c
Octal21123510215072461115154
Binary10001001100111011000010110101110101001101001001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,157,66); }

 H1.HeaderClassName
 {
   color: #899D42;
 }
 .AnyTagClassName
 {
   color: #899D42;
 }
</style>
background-color css

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

 a { background-color: rgb(137,157,66); }

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

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

 span { border-color: rgb(137,157,66); }

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