#889D30

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

Shades of Wasabi #889D30

Tints of Wasabi #889D30

Color information

#889D30 (or 0x889D30) is unknown color: approx Wasabi. HEX triplet: 88, 9D and 30. RGB value is (136,157,48). Sum of RGB (Red+Green+Blue) = 136+157+48=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 157 (61.72% from 255 or 46.04% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 157 - color contains mainly: green. Hex color #889D30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #889D30 is #7762CF. Grayscale: #8A8A8A. Windows color (decimal): -7824080 or 3186056. OLE color: 3186056.

HSL color Cylindrical-coordinate representation of color #889D30: hue angle of 71.56º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #889D30 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB13615748-
CMYK0.1300.690.38
HSL71.56º53.17%40.2%-
HSV(B)71.56º69.43%61.57%-
XYZ22.7429.567.3-
YUV138.2977.04126.36-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.88%
GREEN value IS 157 (61.72% from 255) = 46.04%
BLUE value IS 48 (19.14% from 255) = 14.08%
R=39.88%
G=46.04%
B=14.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136157480.1300.690.3871.5653.1740.2
Hex889D30D04526483528
Octal21023560150105461106550
Binary10001000100111011100001101010001011001101001000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #889D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #889D30; }

 p { color: rgb(136,157,48); }

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

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

 a { background-color: rgb(136,157,48); }

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

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

 span { border-color: rgb(136,157,48); }

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