#978d31

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

Shades of Highball #978D31

Tints of Highball #978D31

Color information

#978D31 (or 0x978D31) is unknown color: approx Highball. HEX triplet: 97, 8D and 31. RGB value is (151,141,49). Sum of RGB (Red+Green+Blue) = 151+141+49=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #978D31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978D31 is #6872CE. Grayscale: #858585. Windows color (decimal): -6845135 or 3247511. OLE color: 3247511.

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

Color convert

RGB15114149-
CMYK00.070.680.41
HSL54.12º51%39.22%-
HSV(B)54.12º67.55%59.22%-
XYZ22.8425.856.69-
YUV133.580.31140.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.28%
GREEN value IS 141 (55.47% from 255) = 41.35%
BLUE value IS 49 (19.53% from 255) = 14.37%
R=44.28%
G=41.35%
B=14.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511414900.070.680.4154.125139.22
Hex978D31074429363327
Octal227215610710451666347
Binary100101111000110111000101111000100101001110110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978d31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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