#968E42

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

Shades of Highball #968E42

Tints of Highball #968E42

Color information

#968E42 (or 0x968E42) is unknown color: approx Highball. HEX triplet: 96, 8E and 42. RGB value is (150,142,66). Sum of RGB (Red+Green+Blue) = 150+142+66=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #968E42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968E42 is #6971BD. Grayscale: #888888. Windows color (decimal): -6910398 or 4361878. OLE color: 4361878.

HSL color Cylindrical-coordinate representation of color #968E42: hue angle of 54.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #968E42 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB15014266-
CMYK00.050.560.41
HSL54.29º38.89%42.35%-
HSV(B)54.29º56%58.82%-
XYZ23.2326.228.99-
YUV135.7388.65138.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 142 (55.86% from 255) = 39.66%
BLUE value IS 66 (26.17% from 255) = 18.44%
R=41.90%
G=39.66%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501426600.050.560.4154.2938.8942.35
Hex968E4205382936272a
Octal226216102057051664752
Binary100101101000111010000100101111000101001110110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,142,66); }

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

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

 a { background-color: rgb(150,142,66); }

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

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

 span { border-color: rgb(150,142,66); }

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