#90963A

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

Shades of Wasabi #90963A

Tints of Wasabi #90963A

Color information

#90963A (or 0x90963A) is unknown color: approx Wasabi. HEX triplet: 90, 96 and 3A. RGB value is (144,150,58). Sum of RGB (Red+Green+Blue) = 144+150+58=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 150 (58.98% from 255 or 42.61% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 150 - color contains mainly: green. Hex color #90963A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90963A is #6F69C5. Grayscale: #8A8A8A. Windows color (decimal): -7301574 or 3839632. OLE color: 3839632.

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

Color convert

RGB14415058-
CMYK0.0400.610.41
HSL63.91º44.23%40.78%-
HSV(B)63.91º61.33%58.82%-
XYZ23.1728.058.2-
YUV137.7283.01132.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 40.91%
GREEN value IS 150 (58.98% from 255) = 42.61%
BLUE value IS 58 (23.05% from 255) = 16.48%
R=40.91%
G=42.61%
B=16.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal144150580.0400.610.4163.9144.2340.78
Hex90963A403D29402c29
Octal220226724075511005451
Binary100100001001011011101010001111011010011000000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90963A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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