#958935

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

Shades of Highball #958935

Tints of Highball #958935

Color information

#958935 (or 0x958935) is unknown color: approx Highball. HEX triplet: 95, 89 and 35. RGB value is (149,137,53). Sum of RGB (Red+Green+Blue) = 149+137+53=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #958935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #958935 is #6A76CA. Grayscale: #838383. Windows color (decimal): -6977227 or 3508629. OLE color: 3508629.

HSL color Cylindrical-coordinate representation of color #958935: hue angle of 52.5º degrees, saturation: 0.48, 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 #958935 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB14913753-
CMYK00.080.640.42
HSL52.5º47.52%39.61%-
HSV(B)52.5º64.43%58.43%-
XYZ21.9824.546.95-
YUV131.0183.98140.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 137 (53.91% from 255) = 40.41%
BLUE value IS 53 (21.09% from 255) = 15.63%
R=43.95%
G=40.41%
B=15.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491375300.080.640.4252.547.5239.61
Hex95893508402A343028
Octal2252116501010052646050
Binary1001010110001001110101010001000000101010110100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958935; }

 p { color: rgb(149,137,53); }

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

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

 a { background-color: rgb(149,137,53); }

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

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

 span { border-color: rgb(149,137,53); }

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