#969452

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

Shades of Highball #969452

Tints of Highball #969452

Color information

#969452 (or 0x969452) is unknown color: approx Highball. HEX triplet: 96, 94 and 52. RGB value is (150,148,82). Sum of RGB (Red+Green+Blue) = 150+148+82=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #969452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969452 is #696BAD. Grayscale: #8D8D8D. Windows color (decimal): -6908846 or 5411990. OLE color: 5411990.

HSL color Cylindrical-coordinate representation of color #969452: hue angle of 58.24º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #969452 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB15014882-
CMYK00.010.450.41
HSL58.24º29.31%45.49%-
HSV(B)58.24º45.33%58.82%-
XYZ24.6928.2712.14-
YUV141.0794.66134.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.47%
GREEN value IS 148 (58.20% from 255) = 38.95%
BLUE value IS 82 (32.42% from 255) = 21.58%
R=39.47%
G=38.95%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501488200.010.450.4158.2429.3145.49
Hex969452012D293a1d2d
Octal226224122015551723555
Binary100101101001010010100100110110110100111101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969452; }

 p { color: rgb(150,148,82); }

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

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

 a { background-color: rgb(150,148,82); }

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

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

 span { border-color: rgb(150,148,82); }

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