#91983D

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

Shades of Wasabi #91983D

Tints of Wasabi #91983D

Color information

#91983D (or 0x91983D) is unknown color: approx Wasabi. HEX triplet: 91, 98 and 3D. RGB value is (145,152,61). Sum of RGB (Red+Green+Blue) = 145+152+61=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 61 (24.22% from 255 or 17.04% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #91983D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91983D is #6E67C2. Grayscale: #8B8B8B. Windows color (decimal): -7235523 or 4036753. OLE color: 4036753.

HSL color Cylindrical-coordinate representation of color #91983D: hue angle of 64.62º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #91983D is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB14515261-
CMYK0.0500.600.40
HSL64.62º42.72%41.76%-
HSV(B)64.62º59.87%59.61%-
XYZ23.7528.818.72-
YUV139.5383.68131.9-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.50%
GREEN value IS 152 (59.77% from 255) = 42.46%
BLUE value IS 61 (24.22% from 255) = 17.04%
R=40.50%
G=42.46%
B=17.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal145152610.0500.600.4064.6242.7241.76
Hex91983D503C28412b2a
Octal221230755074501015352
Binary100100011001100011110110101111001010001000001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91983D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91983D; }

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

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

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

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

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

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

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

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