#959546

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

Shades of Highball #959546

Tints of Highball #959546

Color information

#959546 (or 0x959546) is unknown color: approx Highball. HEX triplet: 95, 95 and 46. RGB value is (149,149,70). Sum of RGB (Red+Green+Blue) = 149+149+70=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 149 (58.59% from 255 or 40.49% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959546 is #6A6AB9. Grayscale: #8C8C8C. Windows color (decimal): -6974138 or 4625813. OLE color: 4625813.

HSL color Cylindrical-coordinate representation of color #959546: hue angle of 60º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #959546 is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB14914970-
CMYK000.530.42
HSL60º36.07%42.94%-
HSV(B)60º53.02%58.43%-
XYZ24.2528.339.98-
YUV139.9988.5134.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.49%
GREEN value IS 149 (58.59% from 255) = 40.49%
BLUE value IS 70 (27.73% from 255) = 19.02%
R=40.49%
G=40.49%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14914970000.530.426036.0742.94
Hex95954600352A3c242b
Octal225225106006552744453
Binary1001010110010101100011000110101101010111100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959546; }

 p { color: rgb(149,149,70); }

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

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

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

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

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

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

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