#91993C

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

Shades of Wasabi #91993C

Tints of Wasabi #91993C

Color information

#91993C (or 0x91993C) is unknown color: approx Wasabi. HEX triplet: 91, 99 and 3C. RGB value is (145,153,60). Sum of RGB (Red+Green+Blue) = 145+153+60=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 60 (23.83% from 255 or 16.76% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #91993C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #91993C is #6E66C3. Grayscale: #8C8C8C. Windows color (decimal): -7235268 or 3971473. OLE color: 3971473.

HSL color Cylindrical-coordinate representation of color #91993C: hue angle of 65.16º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #91993C is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB14515360-
CMYK0.0500.610.4
HSL65.16º43.66%41.76%-
HSV(B)65.16º60.78%60%-
XYZ23.8829.138.64-
YUV140.0182.85131.56-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.50%
GREEN value IS 153 (60.16% from 255) = 42.74%
BLUE value IS 60 (23.83% from 255) = 16.76%
R=40.50%
G=42.74%
B=16.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal145153600.0500.610.465.1643.6641.76
Hex91993C503D28412c2a
Octal221231745075501015452
Binary100100011001100111110010101111011010001000001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91993C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,153,60); }

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

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

 a { background-color: rgb(145,153,60); }

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

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

 span { border-color: rgb(145,153,60); }

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