#959253

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

Shades of Highball #959253

Tints of Highball #959253

Color information

#959253 (or 0x959253) is unknown color: approx Highball. HEX triplet: 95, 92 and 53. RGB value is (149,146,83). Sum of RGB (Red+Green+Blue) = 149+146+83=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 83 (32.81% from 255 or 21.96% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #959253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #959253 is #6A6DAC. Grayscale: #8B8B8B. Windows color (decimal): -6974893 or 5477013. OLE color: 5477013.

HSL color Cylindrical-coordinate representation of color #959253: hue angle of 57.27º 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 #959253 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB14914683-
CMYK00.020.440.42
HSL57.27º28.45%45.49%-
HSV(B)57.27º44.3%58.43%-
XYZ24.2327.5712.23-
YUV139.7195.99134.62-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.42%
GREEN value IS 146 (57.42% from 255) = 38.62%
BLUE value IS 83 (32.81% from 255) = 21.96%
R=39.42%
G=38.62%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491468300.020.440.4257.2728.4545.49
Hex959253022C2A391c2d
Octal225222123025452713455
Binary1001010110010010101001101010110010101011100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959253; }

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

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

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

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

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

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

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

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