Html Css Color HEX #949F46 Wasabi

📋 copy color: '#949F46'

red 148 ◦ green 159 ◦ blue 70

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

Shades of Wasabi #949F46

Tints of Wasabi #949F46

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.18%

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

R = 39.26%
G = 42.18%
B = 18.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#949F46 (or 0x949F46) is known color: Wasabi. HEX triplet: 94, 9F and 46. RGB value is (148,159,70). Sum of RGB (Red+Green+Blue) = 148+159+70=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #949F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949F46 is #6B60B9. Grayscale: #919191. Windows color (decimal): -7037114 or 4628372. OLE color: 4628372.

HSL color Cylindrical-coordinate representation of color #949F46: hue angle of 67.42º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #949F46 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 159 70 -
CMYK 0.07 0 0.56 0.38
HSL 67.42º 0.39% 0.45% -
HSV(B) 67.42º 0.56% 0.62% -
XYZ 25.72 31.53 10.53 -
YUV 145.57 85.36 129.74 -
System Red Green Blue C M Y K H S L
Decimal 148 159 70 0.07 0 0.56 0.38 67.42 0.39 0.45
Hex 94 9F 46 7 0 38 26 43 27 2D
Octal 224 237 106 7 0 70 46 103 47 55
Binary 10010100 10011111 1000110 111 0 111000 100110 1000011 100111 101101

Color Harmonies of #949F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F46

Black with #949F46

Text Example


Text Example

White with #949F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,159,70); }

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

background-color css

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

 a { background-color: rgb(148,159,70); }

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

border-color css

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

 span { border-color: rgb(148,159,70); }

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