Html Css Color HEX #959B49 Highball

📋 copy color: '#959B49'

red 149 ◦ green 155 ◦ blue 73

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

Shades of Highball #959B49

Tints of Highball #959B49

RGB

 RED value IS 149 (58.59% from 255) = 39.52%

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

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

R = 39.52%
G = 41.11%
B = 19.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#959B49 (or 0x959B49) is known color: Highball. HEX triplet: 95, 9B and 49. RGB value is (149,155,73). Sum of RGB (Red+Green+Blue) = 149+155+73=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 155 (60.94% from 255 or 41.11% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 155 - color contains mainly: green. Hex color #959B49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959B49 is #6A64B6. Grayscale: #909090. Windows color (decimal): -6972599 or 4823957. OLE color: 4823957.

HSL color Cylindrical-coordinate representation of color #959B49: hue angle of 64.39º 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 #959B49 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 155 73 -
CMYK 0.04 0 0.53 0.39
HSL 64.39º 0.36% 0.45% -
HSV(B) 64.39º 0.53% 0.61% -
XYZ 25.32 30.31 10.82 -
YUV 143.86 88.01 131.67 -
System Red Green Blue C M Y K H S L
Decimal 149 155 73 0.04 0 0.53 0.39 64.39 0.36 0.45
Hex 95 9B 49 4 0 35 27 40 24 2D
Octal 225 233 111 4 0 65 47 100 44 55
Binary 10010101 10011011 1001001 100 0 110101 100111 1000000 100100 101101

Color Harmonies of #959B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959B49

Black with #959B49

Text Example


Text Example

White with #959B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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