#969235

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

Shades of Highball #969235

Tints of Highball #969235

Color information

#969235 (or 0x969235) is unknown color: approx Highball. HEX triplet: 96, 92 and 35. RGB value is (150,146,53). Sum of RGB (Red+Green+Blue) = 150+146+53=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 53 (21.09% from 255 or 15.19% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #969235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969235 is #696DCA. Grayscale: #888888. Windows color (decimal): -6909387 or 3510934. OLE color: 3510934.

HSL color Cylindrical-coordinate representation of color #969235: hue angle of 57.53º degrees, saturation: 0.48, 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 #969235 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB15014653-
CMYK00.030.650.41
HSL57.53º47.78%39.8%-
HSV(B)57.53º64.67%58.82%-
XYZ23.527.37.4-
YUV136.5980.83137.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.98%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 53 (21.09% from 255) = 15.19%
R=42.98%
G=41.83%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501465300.030.650.4157.5347.7839.8
Hex9692350341293a3028
Octal226222650310151726050
Binary10010110100100101101010111000001101001111010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969235; }

 p { color: rgb(150,146,53); }

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

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

 a { background-color: rgb(150,146,53); }

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

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

 span { border-color: rgb(150,146,53); }

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