#959C3E

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

Shades of Highball #959C3E

Tints of Highball #959C3E

Color information

#959C3E (or 0x959C3E) is unknown color: approx Highball. HEX triplet: 95, 9C and 3E. RGB value is (149,156,62). Sum of RGB (Red+Green+Blue) = 149+156+62=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 62 (24.61% from 255 or 16.89% from 367); Max value from RGB is 156 - color contains mainly: green. Hex color #959C3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959C3E is #6A63C1. Grayscale: #8F8F8F. Windows color (decimal): -6972354 or 4103317. OLE color: 4103317.

HSL color Cylindrical-coordinate representation of color #959C3E: hue angle of 64.47º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #959C3E is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB14915662-
CMYK0.0400.600.39
HSL64.47º43.12%42.75%-
HSV(B)64.47º60.26%61.18%-
XYZ25.1530.519.12-
YUV143.1982.18132.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 156 (61.33% from 255) = 42.51%
BLUE value IS 62 (24.61% from 255) = 16.89%
R=40.60%
G=42.51%
B=16.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149156620.0400.600.3964.4743.1242.75
Hex959C3E403C27402b2b
Octal225234764074471005353
Binary100101011001110011111010001111001001111000000101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959C3E; }

 p { color: rgb(149,156,62); }

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

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

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

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

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

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

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