#95944C

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

Shades of Highball #95944C

Tints of Highball #95944C

Color information

#95944C (or 0x95944C) is unknown color: approx Highball. HEX triplet: 95, 94 and 4C. RGB value is (149,148,76). Sum of RGB (Red+Green+Blue) = 149+148+76=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #95944C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95944C is #6A6BB3. Grayscale: #8C8C8C. Windows color (decimal): -6974388 or 5018773. OLE color: 5018773.

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

Color convert

RGB14914876-
CMYK00.010.490.42
HSL59.18º32.44%44.12%-
HSV(B)59.18º48.99%58.43%-
XYZ24.2928.0910.98-
YUV140.0991.83134.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.95%
GREEN value IS 148 (58.20% from 255) = 39.68%
BLUE value IS 76 (30.08% from 255) = 20.38%
R=39.95%
G=39.68%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491487600.010.490.4259.1832.4444.12
Hex95944C01312A3b202c
Octal225224114016152734054
Binary1001010110010100100110001110001101010111011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95944C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95944C; }

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

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

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

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

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

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

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

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