#929D3D

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

Shades of Wasabi #929D3D

Tints of Wasabi #929D3D

Color information

#929D3D (or 0x929D3D) is unknown color: approx Wasabi. HEX triplet: 92, 9D and 3D. RGB value is (146,157,61). Sum of RGB (Red+Green+Blue) = 146+157+61=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 157 - color contains mainly: green. Hex color #929D3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #929D3D is #6D62C2. Grayscale: #8F8F8F. Windows color (decimal): -7168707 or 4038034. OLE color: 4038034.

HSL color Cylindrical-coordinate representation of color #929D3D: hue angle of 66.88º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #929D3D is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB14615761-
CMYK0.0700.610.38
HSL66.88º44.04%42.75%-
HSV(B)66.88º61.15%61.57%-
XYZ24.7530.569.01-
YUV142.7781.86130.31-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.11%
GREEN value IS 157 (61.72% from 255) = 43.13%
BLUE value IS 61 (24.22% from 255) = 16.76%
R=40.11%
G=43.13%
B=16.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146157610.0700.610.3866.8844.0442.75
Hex929D3D703D26432c2b
Octal222235757075461035453
Binary100100101001110111110111101111011001101000011101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929D3D; }

 p { color: rgb(146,157,61); }

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

<style>
 a { background-color: #929D3D; }

 a { background-color: rgb(146,157,61); }

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

<style>
 span { border-color: #929D3D; }

 span { border-color: rgb(146,157,61); }

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