#95974E

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

Shades of Highball #95974E

Tints of Highball #95974E

Color information

#95974E (or 0x95974E) is unknown color: approx Highball. HEX triplet: 95, 97 and 4E. RGB value is (149,151,78). Sum of RGB (Red+Green+Blue) = 149+151+78=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 151 - color contains mainly: green. Hex color #95974E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95974E is #6A68B1. Grayscale: #8E8E8E. Windows color (decimal): -6973618 or 5150613. OLE color: 5150613.

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

Color convert

RGB14915178-
CMYK0.0100.480.41
HSL61.64º31.88%44.9%-
HSV(B)61.64º48.34%59.22%-
XYZ24.8429.0711.51-
YUV142.0891.84132.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.42%
GREEN value IS 151 (59.38% from 255) = 39.95%
BLUE value IS 78 (30.86% from 255) = 20.63%
R=39.42%
G=39.95%
B=20.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal149151780.0100.480.4161.6431.8844.9
Hex95974E1030293e202d
Octal225227116106051764055
Binary1001010110010111100111010110000101001111110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95974E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95974E; }

 p { color: rgb(149,151,78); }

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

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

 a { background-color: rgb(149,151,78); }

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

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

 span { border-color: rgb(149,151,78); }

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