#969348

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

Shades of Highball #969348

Tints of Highball #969348

Color information

#969348 (or 0x969348) is unknown color: approx Highball. HEX triplet: 96, 93 and 48. RGB value is (150,147,72). Sum of RGB (Red+Green+Blue) = 150+147+72=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #969348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969348 is #696CB7. Grayscale: #8B8B8B. Windows color (decimal): -6909112 or 4756374. OLE color: 4756374.

HSL color Cylindrical-coordinate representation of color #969348: hue angle of 57.69º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #969348 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB15014772-
CMYK00.020.520.41
HSL57.69º35.14%43.53%-
HSV(B)57.69º52%58.82%-
XYZ24.1827.8210.23-
YUV139.3589.99135.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.65%
GREEN value IS 147 (57.81% from 255) = 39.84%
BLUE value IS 72 (28.52% from 255) = 19.51%
R=40.65%
G=39.84%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501477200.020.520.4157.6935.1443.53
Hex9693480234293a232c
Octal226223110026451724354
Binary10010110100100111001000010110100101001111010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969348; }

 p { color: rgb(150,147,72); }

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

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

 a { background-color: rgb(150,147,72); }

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

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

 span { border-color: rgb(150,147,72); }

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