Html Css Color HEX #949B49 Highball

📋 copy color: '#949B49'

red 148 ◦ green 155 ◦ blue 73

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

Shades of Highball #949B49

Tints of Highball #949B49

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.22%

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

R = 39.36%
G = 41.22%
B = 19.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#949B49 (or 0x949B49) is known color: Highball. HEX triplet: 94, 9B and 49. RGB value is (148,155,73). Sum of RGB (Red+Green+Blue) = 148+155+73=376 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.36% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 155 - color contains mainly: green. Hex color #949B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949B49 is #6B64B6. Grayscale: #8F8F8F. Windows color (decimal): -7038135 or 4823956. OLE color: 4823956.

HSL color Cylindrical-coordinate representation of color #949B49: hue angle of 65.12º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #949B49 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 155 73 -
CMYK 0.05 0 0.53 0.39
HSL 65.12º 0.36% 0.45% -
HSV(B) 65.12º 0.53% 0.61% -
XYZ 25.14 30.22 10.81 -
YUV 143.56 88.18 131.17 -
System Red Green Blue C M Y K H S L
Decimal 148 155 73 0.05 0 0.53 0.39 65.12 0.36 0.45
Hex 94 9B 49 5 0 35 27 41 24 2D
Octal 224 233 111 5 0 65 47 101 44 55
Binary 10010100 10011011 1001001 101 0 110101 100111 1000001 100100 101101

Color Harmonies of #949B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B49

Black with #949B49

Text Example


Text Example

White with #949B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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