#968C34

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

Shades of Highball #968C34

Tints of Highball #968C34

Color information

#968C34 (or 0x968C34) is unknown color: approx Highball. HEX triplet: 96, 8C and 34. RGB value is (150,140,52). Sum of RGB (Red+Green+Blue) = 150+140+52=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 140 (55.08% from 255 or 40.94% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #968C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968C34 is #6973CB. Grayscale: #858585. Windows color (decimal): -6910924 or 3443862. OLE color: 3443862.

HSL color Cylindrical-coordinate representation of color #968C34: hue angle of 53.88º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #968C34 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB15014052-
CMYK00.070.650.41
HSL53.88º48.51%39.61%-
HSV(B)53.88º65.33%58.82%-
XYZ22.5825.496.98-
YUV132.9682.31140.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 140 (55.08% from 255) = 40.94%
BLUE value IS 52 (20.70% from 255) = 15.20%
R=43.86%
G=40.94%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501405200.070.650.4153.8848.5139.61
Hex968C34074129363128
Octal226214640710151666150
Binary100101101000110011010001111000001101001110110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968C34; }

 p { color: rgb(150,140,52); }

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

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

 a { background-color: rgb(150,140,52); }

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

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

 span { border-color: rgb(150,140,52); }

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