#89914B

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

Shades of Wasabi #89914B

Tints of Wasabi #89914B

Color information

#89914B (or 0x89914B) is unknown color: approx Wasabi. HEX triplet: 89, 91 and 4B. RGB value is (137,145,75). Sum of RGB (Red+Green+Blue) = 137+145+75=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #89914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89914B is #766EB4. Grayscale: #868686. Windows color (decimal): -7761589 or 4952457. OLE color: 4952457.

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

Color convert

RGB13714575-
CMYK0.0600.480.43
HSL66.86º31.82%43.14%-
HSV(B)66.86º48.28%56.86%-
XYZ21.7126.0810.55-
YUV134.6394.35129.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.38%
GREEN value IS 145 (57.03% from 255) = 40.62%
BLUE value IS 75 (29.69% from 255) = 21.01%
R=38.38%
G=40.62%
B=21.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137145750.0600.480.4366.8631.8243.14
Hex89914B60302B43202b
Octal2112211136060531034053
Binary1000100110010001100101111001100001010111000011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89914B; }

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

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

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

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

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

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

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

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