#89924B

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

Shades of Wasabi #89924B

Tints of Wasabi #89924B

Color information

#89924B (or 0x89924B) is unknown color: approx Wasabi. HEX triplet: 89, 92 and 4B. RGB value is (137,146,75). Sum of RGB (Red+Green+Blue) = 137+146+75=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 75 (29.69% from 255 or 20.95% from 358); Max value from RGB is 146 - color contains mainly: green. Hex color #89924B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89924B is #766DB4. Grayscale: #878787. Windows color (decimal): -7761333 or 4952713. OLE color: 4952713.

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

Color convert

RGB13714675-
CMYK0.0600.490.43
HSL67.61º32.13%43.33%-
HSV(B)67.61º48.63%57.25%-
XYZ21.8726.3810.6-
YUV135.2294.02129.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.27%
GREEN value IS 146 (57.42% from 255) = 40.78%
BLUE value IS 75 (29.69% from 255) = 20.95%
R=38.27%
G=40.78%
B=20.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal137146750.0600.490.4367.6132.1343.33
Hex89924B60312B44202b
Octal2112221136061531044053
Binary1000100110010010100101111001100011010111000100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89924B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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