Html Css Color HEX #949D36 Wasabi

📋 copy color: '#949D36'

red 148 ◦ green 157 ◦ blue 54

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

Shades of Wasabi #949D36

Tints of Wasabi #949D36

RGB

 RED value IS 148 (58.2% from 255) = 41.23%

 GREEN value IS 157 (61.72% from 255) = 43.73%

 BLUE value IS 54 (21.48% from 255) = 15.04%

R = 41.23%
G = 43.73%
B = 15.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#949D36 (or 0x949D36) is known color: Wasabi. HEX triplet: 94, 9D and 36. RGB value is (148,157,54). Sum of RGB (Red+Green+Blue) = 148+157+54=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 54 (21.48% from 255 or 15.04% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #949D36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949D36 is #6B62C9. Grayscale: #8E8E8E. Windows color (decimal): -7037642 or 3579284. OLE color: 3579284.

HSL color Cylindrical-coordinate representation of color #949D36: hue angle of 65.24º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #949D36 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 157 54 -
CMYK 0.06 0 0.66 0.38
HSL 65.24º 0.49% 0.41% -
HSV(B) 65.24º 0.66% 0.62% -
XYZ 24.94 30.68 8.1 -
YUV 142.57 78.02 131.88 -
System Red Green Blue C M Y K H S L
Decimal 148 157 54 0.06 0 0.66 0.38 65.24 0.49 0.41
Hex 94 9D 36 6 0 42 26 41 31 29
Octal 224 235 66 6 0 102 46 101 61 51
Binary 10010100 10011101 110110 110 0 1000010 100110 1000001 110001 101001

Color Harmonies of #949D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D36

Black with #949D36

Text Example


Text Example

White with #949D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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