#978D50

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

Shades of Highball #978D50

Tints of Highball #978D50

Color information

#978D50 (or 0x978D50) is unknown color: approx Highball. HEX triplet: 97, 8D and 50. RGB value is (151,141,80). Sum of RGB (Red+Green+Blue) = 151+141+80=372 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.59% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 151 - color contains mainly: red. Hex color #978D50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978D50 is #6872AF. Grayscale: #898989. Windows color (decimal): -6845104 or 5279127. OLE color: 5279127.

HSL color Cylindrical-coordinate representation of color #978D50: hue angle of 51.55º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #978D50 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB15114180-
CMYK00.070.470.41
HSL51.55º30.74%45.29%-
HSV(B)51.55º47.02%59.22%-
XYZ23.7426.2111.4-
YUV137.0495.81137.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.59%
GREEN value IS 141 (55.47% from 255) = 37.90%
BLUE value IS 80 (31.64% from 255) = 21.51%
R=40.59%
G=37.90%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511418000.070.470.4151.5530.7445.29
Hex978D50072F29341f2d
Octal227215120075751643755
Binary10010111100011011010000011110111110100111010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978D50; }

 p { color: rgb(151,141,80); }

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

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

 a { background-color: rgb(151,141,80); }

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

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

 span { border-color: rgb(151,141,80); }

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