Html Css Color HEX #949D49 Highball

📋 copy color: '#949D49'

red 148 ◦ green 157 ◦ blue 73

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

Shades of Highball #949D49

Tints of Highball #949D49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.31%

R = 39.15%
G = 41.53%
B = 19.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#949D49 (or 0x949D49) is known color: Highball. HEX triplet: 94, 9D and 49. RGB value is (148,157,73). Sum of RGB (Red+Green+Blue) = 148+157+73=378 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.15% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 157 - color contains mainly: green. Hex color #949D49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949D49 is #6B62B6. Grayscale: #919191. Windows color (decimal): -7037623 or 4824468. OLE color: 4824468.

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

Color convert

RGB 148 157 73 -
CMYK 0.06 0 0.54 0.38
HSL 66.43º 0.37% 0.45% -
HSV(B) 66.43º 0.54% 0.62% -
XYZ 25.47 30.89 10.92 -
YUV 144.73 87.52 130.33 -
System Red Green Blue C M Y K H S L
Decimal 148 157 73 0.06 0 0.54 0.38 66.43 0.37 0.45
Hex 94 9D 49 6 0 36 26 42 25 2D
Octal 224 235 111 6 0 66 46 102 45 55
Binary 10010100 10011101 1001001 110 0 110110 100110 1000010 100101 101101

Color Harmonies of #949D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D49

Black with #949D49

Text Example


Text Example

White with #949D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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