Html Css Color HEX #929B46 Wasabi

📋 copy color: '#929B46'

red 146 ◦ green 155 ◦ blue 70

#929B46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #929B46

Tints of Wasabi #929B46

RGB

 RED value IS 146 (57.42% from 255) = 39.35%

 GREEN value IS 155 (60.94% from 255) = 41.78%

 BLUE value IS 70 (27.73% from 255) = 18.87%

R = 39.35%
G = 41.78%
B = 18.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#929B46 (or 0x929B46) is known color: Wasabi. HEX triplet: 92, 9B and 46. RGB value is (146,155,70). Sum of RGB (Red+Green+Blue) = 146+155+70=371 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.35% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 155 - color contains mainly: green. Hex color #929B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #929B46 is #6D64B9. Grayscale: #8E8E8E. Windows color (decimal): -7169210 or 4627346. OLE color: 4627346.

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

Color convert

RGB 146 155 70 -
CMYK 0.06 0 0.55 0.39
HSL 66.35º 0.38% 0.44% -
HSV(B) 66.35º 0.55% 0.61% -
XYZ 24.68 30 10.28 -
YUV 142.62 87.02 130.41 -
System Red Green Blue C M Y K H S L
Decimal 146 155 70 0.06 0 0.55 0.39 66.35 0.38 0.44
Hex 92 9B 46 6 0 37 27 42 26 2C
Octal 222 233 106 6 0 67 47 102 46 54
Binary 10010010 10011011 1000110 110 0 110111 100111 1000010 100110 101100

Color Harmonies of #929B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929B46

Black with #929B46

Text Example


Text Example

White with #929B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,155,70); }

 H1.HeaderClassName
 {
   color: #929B46;
 }
 .AnyTagClassName
 {
   color: #929B46;
 }
</style>

background-color css

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

 a { background-color: rgb(146,155,70); }

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

border-color css

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

 span { border-color: rgb(146,155,70); }

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