#91A03D

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

Shades of Wasabi #91A03D

Tints of Wasabi #91A03D

Color information

#91A03D (or 0x91A03D) is unknown color: approx Wasabi. HEX triplet: 91, A0 and 3D. RGB value is (145,160,61). Sum of RGB (Red+Green+Blue) = 145+160+61=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 160 - color contains mainly: green. Hex color #91A03D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91A03D is #6E5FC2. Grayscale: #909090. Windows color (decimal): -7233475 or 4038801. OLE color: 4038801.

HSL color Cylindrical-coordinate representation of color #91A03D: hue angle of 69.09º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #91A03D is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB14516061-
CMYK0.0900.620.37
HSL69.09º44.8%43.33%-
HSV(B)69.09º61.87%62.75%-
XYZ25.0931.59.17-
YUV144.2381.03128.55-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.62%
GREEN value IS 160 (62.89% from 255) = 43.72%
BLUE value IS 61 (24.22% from 255) = 16.67%
R=39.62%
G=43.72%
B=16.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal145160610.0900.620.3769.0944.843.33
Hex91A03D903E25452d2b
Octal2212407511076451055553
Binary1001000110100000111101100101111101001011000101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91A03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91A03D; }

 p { color: rgb(145,160,61); }

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

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

 a { background-color: rgb(145,160,61); }

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

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

 span { border-color: rgb(145,160,61); }

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