#90963C

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

Shades of Wasabi #90963C

Tints of Wasabi #90963C

Color information

#90963C (or 0x90963C) is unknown color: approx Wasabi. HEX triplet: 90, 96 and 3C. RGB value is (144,150,60). Sum of RGB (Red+Green+Blue) = 144+150+60=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 60 (23.83% from 255 or 16.95% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #90963C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90963C is #6F69C3. Grayscale: #8A8A8A. Windows color (decimal): -7301572 or 3970704. OLE color: 3970704.

HSL color Cylindrical-coordinate representation of color #90963C: hue angle of 64º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90963C is Cyan = 0.04, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.41.

Color convert

RGB14415060-
CMYK0.0400.60.41
HSL64º42.86%41.18%-
HSV(B)64º60%58.82%-
XYZ23.2228.078.47-
YUV137.9584.01132.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.68%
GREEN value IS 150 (58.98% from 255) = 42.37%
BLUE value IS 60 (23.83% from 255) = 16.95%
R=40.68%
G=42.37%
B=16.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal144150600.0400.60.416442.8641.18
Hex90963C403C29402b29
Octal220226744074511005351
Binary100100001001011011110010001111001010011000000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90963C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90963C; }

 p { color: rgb(144,150,60); }

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

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

 a { background-color: rgb(144,150,60); }

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

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

 span { border-color: rgb(144,150,60); }

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