#959236

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

Shades of Highball #959236

Tints of Highball #959236

Color information

#959236 (or 0x959236) is unknown color: approx Highball. HEX triplet: 95, 92 and 36. RGB value is (149,146,54). Sum of RGB (Red+Green+Blue) = 149+146+54=349 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.69% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 149 - color contains mainly: red. Hex color #959236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959236 is #6A6DC9. Grayscale: #888888. Windows color (decimal): -6974922 or 3576469. OLE color: 3576469.

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

Color convert

RGB14914654-
CMYK00.020.640.42
HSL58.11º46.8%39.8%-
HSV(B)58.11º63.76%58.43%-
XYZ23.3427.217.51-
YUV136.4181.49136.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.69%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 54 (21.48% from 255) = 15.47%
R=42.69%
G=41.83%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491465400.020.640.4258.1146.839.8
Hex95923602402A3a2f28
Octal225222660210052725750
Binary10010101100100101101100101000000101010111010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959236; }

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

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

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

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

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

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

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

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