#95974D

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

Shades of Highball #95974D

Tints of Highball #95974D

Color information

#95974D (or 0x95974D) is unknown color: approx Highball. HEX triplet: 95, 97 and 4D. RGB value is (149,151,77). Sum of RGB (Red+Green+Blue) = 149+151+77=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 151 (59.38% from 255 or 40.05% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 151 - color contains mainly: green. Hex color #95974D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95974D is #6A68B2. Grayscale: #8E8E8E. Windows color (decimal): -6973619 or 5085077. OLE color: 5085077.

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

Color convert

RGB14915177-
CMYK0.0100.490.41
HSL61.62º32.46%44.71%-
HSV(B)61.62º49.01%59.22%-
XYZ24.829.0611.32-
YUV141.9791.34133.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.52%
GREEN value IS 151 (59.38% from 255) = 40.05%
BLUE value IS 77 (30.47% from 255) = 20.42%
R=39.52%
G=40.05%
B=20.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal149151770.0100.490.4161.6232.4644.71
Hex95974D1031293e202d
Octal225227115106151764055
Binary1001010110010111100110110110001101001111110100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95974D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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