Html Css Color HEX #929938 Wasabi

📋 copy color: '#929938'

red 146 ◦ green 153 ◦ blue 56

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

Shades of Wasabi #929938

Tints of Wasabi #929938

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.1%

 BLUE value IS 56 (22.27% from 255) = 15.77%

R = 41.13%
G = 43.1%
B = 15.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.63

 K value IS 0.4

RGB Variations

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

Color information

#929938 (or 0x929938) is known color: Wasabi. HEX triplet: 92, 99 and 38. RGB value is (146,153,56). Sum of RGB (Red+Green+Blue) = 146+153+56=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #929938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #929938 is #6D66C7. Grayscale: #8C8C8C. Windows color (decimal): -7169736 or 3709330. OLE color: 3709330.

HSL color Cylindrical-coordinate representation of color #929938: hue angle of 64.33º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #929938 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.4.

Color convert

RGB 146 153 56 -
CMYK 0.05 0 0.63 0.4
HSL 64.33º 0.46% 0.41% -
HSV(B) 64.33º 0.63% 0.6% -
XYZ 23.96 29.18 8.11 -
YUV 139.85 80.68 132.39 -
System Red Green Blue C M Y K H S L
Decimal 146 153 56 0.05 0 0.63 0.4 64.33 0.46 0.41
Hex 92 99 38 5 0 3F 28 40 2E 29
Octal 222 231 70 5 0 77 50 100 56 51
Binary 10010010 10011001 111000 101 0 111111 101000 1000000 101110 101001

Color Harmonies of #929938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929938

Black with #929938

Text Example


Text Example

White with #929938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929938; }

 p { color: rgb(146,153,56); }

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

background-color css

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

 a { background-color: rgb(146,153,56); }

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

border-color css

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

 span { border-color: rgb(146,153,56); }

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