#949C36

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

Shades of Wasabi #949C36

Tints of Wasabi #949C36

Color information

#949C36 (or 0x949C36) is unknown color: approx Wasabi. HEX triplet: 94, 9C and 36. RGB value is (148,156,54). Sum of RGB (Red+Green+Blue) = 148+156+54=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 156 (61.33% from 255 or 43.58% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 156 - color contains mainly: green. Hex color #949C36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949C36 is #6B63C9. Grayscale: #8E8E8E. Windows color (decimal): -7037898 or 3579028. OLE color: 3579028.

HSL color Cylindrical-coordinate representation of color #949C36: hue angle of 64.71º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #949C36 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB14815654-
CMYK0.0500.650.39
HSL64.71º48.57%41.18%-
HSV(B)64.71º65.38%61.18%-
XYZ24.7730.348.04-
YUV141.9878.35132.29-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.34%
GREEN value IS 156 (61.33% from 255) = 43.58%
BLUE value IS 54 (21.48% from 255) = 15.08%
R=41.34%
G=43.58%
B=15.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal148156540.0500.650.3964.7148.5741.18
Hex949C36504127413129
Octal2242346650101471016151
Binary1001010010011100110110101010000011001111000001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949C36; }

 p { color: rgb(148,156,54); }

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

<style>
 a { background-color: #949C36; }

 a { background-color: rgb(148,156,54); }

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

<style>
 span { border-color: #949C36; }

 span { border-color: rgb(148,156,54); }

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