#959B48

Color #959B48 Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #959B48

Tints of Highball #959B48

Color information

#959B48 (or 0x959B48) is unknown color: approx Highball. HEX triplet: 95, 9B and 48. RGB value is (149,155,72). Sum of RGB (Red+Green+Blue) = 149+155+72=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 72 (28.52% from 255 or 19.15% from 376); Max value from RGB is 155 - color contains mainly: green. Hex color #959B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959B48 is #6A64B7. Grayscale: #909090. Windows color (decimal): -6972600 or 4758421. OLE color: 4758421.

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

Color convert

RGB14915572-
CMYK0.0400.540.39
HSL64.34º36.56%44.51%-
HSV(B)64.34º53.55%60.78%-
XYZ25.2930.310.65-
YUV143.7487.51131.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 155 (60.94% from 255) = 41.22%
BLUE value IS 72 (28.52% from 255) = 19.15%
R=39.63%
G=41.22%
B=19.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149155720.0400.540.3964.3436.5644.51
Hex959B4840362740252d
Octal2252331104066471004555
Binary1001010110011011100100010001101101001111000000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #959B48;
 }
 .AnyTagClassName
 {
   color: #959B48;
 }
</style>
background-color css

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

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

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

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

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

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