#959B36

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

Shades of Highball #959B36

Tints of Highball #959B36

Color information

#959B36 (or 0x959B36) is unknown color: approx Highball. HEX triplet: 95, 9B and 36. RGB value is (149,155,54). Sum of RGB (Red+Green+Blue) = 149+155+54=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #959B36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959B36 is #6A64C9. Grayscale: #8E8E8E. Windows color (decimal): -6972618 or 3578773. OLE color: 3578773.

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

Color convert

RGB14915554-
CMYK0.0400.650.39
HSL63.56º48.33%40.98%-
HSV(B)63.56º65.16%60.78%-
XYZ24.7830.17.99-
YUV141.6978.51133.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.62%
GREEN value IS 155 (60.94% from 255) = 43.30%
BLUE value IS 54 (21.48% from 255) = 15.08%
R=41.62%
G=43.30%
B=15.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal149155540.0400.650.3963.5648.3340.98
Hex959B36404127403029
Octal2252336640101471006051
Binary1001010110011011110110100010000011001111000000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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