Html Css Color HEX #949D37 Wasabi

📋 copy color: '#949D37'

red 148 ◦ green 157 ◦ blue 55

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

Shades of Wasabi #949D37

Tints of Wasabi #949D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.28%

R = 41.11%
G = 43.61%
B = 15.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0.38

RGB Variations

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

Color information

#949D37 (or 0x949D37) is known color: Wasabi. HEX triplet: 94, 9D and 37. RGB value is (148,157,55). Sum of RGB (Red+Green+Blue) = 148+157+55=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 157 (61.72% from 255 or 43.61% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 157 - color contains mainly: green. Hex color #949D37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949D37 is #6B62C8. Grayscale: #8F8F8F. Windows color (decimal): -7037641 or 3644820. OLE color: 3644820.

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

Color convert

RGB 148 157 55 -
CMYK 0.06 0 0.65 0.38
HSL 65.29º 0.48% 0.42% -
HSV(B) 65.29º 0.65% 0.62% -
XYZ 24.96 30.69 8.22 -
YUV 142.68 78.52 131.79 -
System Red Green Blue C M Y K H S L
Decimal 148 157 55 0.06 0 0.65 0.38 65.29 0.48 0.42
Hex 94 9D 37 6 0 41 26 41 30 2A
Octal 224 235 67 6 0 101 46 101 60 52
Binary 10010100 10011101 110111 110 0 1000001 100110 1000001 110000 101010

Color Harmonies of #949D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D37

Black with #949D37

Text Example


Text Example

White with #949D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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