Html Css Color HEX #959B4D Highball

📋 copy color: '#959B4D'

red 149 ◦ green 155 ◦ blue 77

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

Shades of Highball #959B4D

Tints of Highball #959B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.21%

R = 39.11%
G = 40.68%
B = 20.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.39

RGB Variations

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

Color information

#959B4D (or 0x959B4D) is known color: Highball. HEX triplet: 95, 9B and 4D. RGB value is (149,155,77). Sum of RGB (Red+Green+Blue) = 149+155+77=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #959B4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959B4D is #6A64B2. Grayscale: #909090. Windows color (decimal): -6972595 or 5086101. OLE color: 5086101.

HSL color Cylindrical-coordinate representation of color #959B4D: hue angle of 64.62º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #959B4D is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 155 77 -
CMYK 0.04 0 0.50 0.39
HSL 64.62º 0.34% 0.45% -
HSV(B) 64.62º 0.5% 0.61% -
XYZ 25.46 30.37 11.54 -
YUV 144.31 90.01 131.34 -
System Red Green Blue C M Y K H S L
Decimal 149 155 77 0.04 0 0.50 0.39 64.62 0.34 0.45
Hex 95 9B 4D 4 0 32 27 41 22 2D
Octal 225 233 115 4 0 62 47 101 42 55
Binary 10010101 10011011 1001101 100 0 110010 100111 1000001 100010 101101

Color Harmonies of #959B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959B4D

Black with #959B4D

Text Example


Text Example

White with #959B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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