#958B4B

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

Shades of Highball #958B4B

Tints of Highball #958B4B

Color information

#958B4B (or 0x958B4B) is unknown color: approx Highball. HEX triplet: 95, 8B and 4B. RGB value is (149,139,75). Sum of RGB (Red+Green+Blue) = 149+139+75=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #958B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958B4B is #6A74B4. Grayscale: #868686. Windows color (decimal): -6976693 or 4950933. OLE color: 4950933.

HSL color Cylindrical-coordinate representation of color #958B4B: hue angle of 51.89º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #958B4B is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB14913975-
CMYK00.070.500.42
HSL51.89º33.04%43.92%-
HSV(B)51.89º49.66%58.43%-
XYZ22.925.3610.35-
YUV134.6994.31138.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.05%
GREEN value IS 139 (54.69% from 255) = 38.29%
BLUE value IS 75 (29.69% from 255) = 20.66%
R=41.05%
G=38.29%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491397500.070.500.4251.8933.0443.92
Hex958B4B07322A34212c
Octal225213113076252644154
Binary100101011000101110010110111110010101010110100100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958B4B; }

 p { color: rgb(149,139,75); }

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

<style>
 a { background-color: #958B4B; }

 a { background-color: rgb(149,139,75); }

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

<style>
 span { border-color: #958B4B; }

 span { border-color: rgb(149,139,75); }

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