#959453

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

Shades of Highball #959453

Tints of Highball #959453

Color information

#959453 (or 0x959453) is unknown color: approx Highball. HEX triplet: 95, 94 and 53. RGB value is (149,148,83). Sum of RGB (Red+Green+Blue) = 149+148+83=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #959453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959453 is #6A6BAC. Grayscale: #8D8D8D. Windows color (decimal): -6974381 or 5477525. OLE color: 5477525.

HSL color Cylindrical-coordinate representation of color #959453: hue angle of 59.09º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #959453 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB14914883-
CMYK00.010.440.42
HSL59.09º28.45%45.49%-
HSV(B)59.09º44.3%58.43%-
XYZ24.5528.1912.33-
YUV140.8995.33133.79-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.21%
GREEN value IS 148 (58.20% from 255) = 38.95%
BLUE value IS 83 (32.81% from 255) = 21.84%
R=39.21%
G=38.95%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491488300.010.440.4259.0928.4545.49
Hex959453012C2A3b1c2d
Octal225224123015452733455
Binary100101011001010010100110110110010101011101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959453; }

 p { color: rgb(149,148,83); }

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

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

 a { background-color: rgb(149,148,83); }

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

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

 span { border-color: rgb(149,148,83); }

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