#899948

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

Shades of Wasabi #899948

Tints of Wasabi #899948

Color information

#899948 (or 0x899948) is unknown color: approx Wasabi. HEX triplet: 89, 99 and 48. RGB value is (137,153,72). Sum of RGB (Red+Green+Blue) = 137+153+72=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #899948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #899948 is #7666B7. Grayscale: #8B8B8B. Windows color (decimal): -7759544 or 4757897. OLE color: 4757897.

HSL color Cylindrical-coordinate representation of color #899948: hue angle of 71.85º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #899948 is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB13715372-
CMYK0.1000.530.4
HSL71.85º36%44.12%-
HSV(B)71.85º52.94%60%-
XYZ22.8828.5710.44-
YUV138.9890.2126.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 153 (60.16% from 255) = 42.27%
BLUE value IS 72 (28.52% from 255) = 19.89%
R=37.85%
G=42.27%
B=19.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal137153720.1000.530.471.853644.12
Hex899948A0352848242c
Octal21123111012065501104454
Binary10001001100110011001000101001101011010001001000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899948; }

 p { color: rgb(137,153,72); }

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

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

 a { background-color: rgb(137,153,72); }

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

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

 span { border-color: rgb(137,153,72); }

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