#929A35

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

Shades of Wasabi #929A35

Tints of Wasabi #929A35

Color information

#929A35 (or 0x929A35) is unknown color: approx Wasabi. HEX triplet: 92, 9A and 35. RGB value is (146,154,53). Sum of RGB (Red+Green+Blue) = 146+154+53=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 154 - color contains mainly: green. Hex color #929A35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #929A35 is #6D65CA. Grayscale: #8C8C8C. Windows color (decimal): -7169483 or 3512978. OLE color: 3512978.

HSL color Cylindrical-coordinate representation of color #929A35: hue angle of 64.75º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #929A35 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB14615453-
CMYK0.0500.660.40
HSL64.75º48.79%40.59%-
HSV(B)64.75º65.58%60.39%-
XYZ24.0529.487.79-
YUV140.0978.85132.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.36%
GREEN value IS 154 (60.55% from 255) = 43.63%
BLUE value IS 53 (21.09% from 255) = 15.01%
R=41.36%
G=43.63%
B=15.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal146154530.0500.660.4064.7548.7940.59
Hex929A35504228413129
Octal2222326550102501016151
Binary1001001010011010110101101010000101010001000001110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,154,53); }

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

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

 a { background-color: rgb(146,154,53); }

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

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

 span { border-color: rgb(146,154,53); }

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