#959434

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

Shades of Highball #959434

Tints of Highball #959434

Color information

#959434 (or 0x959434) is unknown color: approx Highball. HEX triplet: 95, 94 and 34. RGB value is (149,148,52). Sum of RGB (Red+Green+Blue) = 149+148+52=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #959434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959434 is #6A6BCB. Grayscale: #898989. Windows color (decimal): -6974412 or 3445909. OLE color: 3445909.

HSL color Cylindrical-coordinate representation of color #959434: hue angle of 59.38º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #959434 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB14914852-
CMYK00.010.650.42
HSL59.38º48.26%39.41%-
HSV(B)59.38º65.1%58.43%-
XYZ23.627.827.37-
YUV137.3579.83136.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.69%
GREEN value IS 148 (58.20% from 255) = 42.41%
BLUE value IS 52 (20.70% from 255) = 14.90%
R=42.69%
G=42.41%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491485200.010.650.4259.3848.2639.41
Hex95943401412A3b3027
Octal225224640110152736047
Binary1001010110010100110100011000001101010111011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959434; }

 p { color: rgb(149,148,52); }

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

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

 a { background-color: rgb(149,148,52); }

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

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

 span { border-color: rgb(149,148,52); }

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