#958B36

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

Shades of Highball #958B36

Tints of Highball #958B36

Color information

#958B36 (or 0x958B36) is unknown color: approx Highball. HEX triplet: 95, 8B and 36. RGB value is (149,139,54). Sum of RGB (Red+Green+Blue) = 149+139+54=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #958B36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958B36 is #6A74C9. Grayscale: #848484. Windows color (decimal): -6976714 or 3574677. OLE color: 3574677.

HSL color Cylindrical-coordinate representation of color #958B36: hue angle of 53.68º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #958B36 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB14913954-
CMYK00.070.640.42
HSL53.68º46.8%39.8%-
HSV(B)53.68º63.76%58.43%-
XYZ22.2925.127.16-
YUV132.383.81139.91-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 139 (54.69% from 255) = 40.64%
BLUE value IS 54 (21.48% from 255) = 15.79%
R=43.57%
G=40.64%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491395400.070.640.4253.6846.839.8
Hex958B3607402A362f28
Octal225213660710052665750
Binary100101011000101111011001111000000101010110110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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