#979330

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

Shades of Highball #979330

Tints of Highball #979330

Color information

#979330 (or 0x979330) is unknown color: approx Highball. HEX triplet: 97, 93 and 30. RGB value is (151,147,48). Sum of RGB (Red+Green+Blue) = 151+147+48=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #979330 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979330 is #686CCF. Grayscale: #898989. Windows color (decimal): -6843600 or 3183511. OLE color: 3183511.

HSL color Cylindrical-coordinate representation of color #979330: hue angle of 57.67º degrees, saturation: 0.52, 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 #979330 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB15114748-
CMYK00.030.680.41
HSL57.67º51.76%39.02%-
HSV(B)57.67º68.21%59.22%-
XYZ23.7327.666.88-
YUV136.9177.83138.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.64%
GREEN value IS 147 (57.81% from 255) = 42.49%
BLUE value IS 48 (19.14% from 255) = 13.87%
R=43.64%
G=42.49%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511474800.030.680.4157.6751.7639.02
Hex9793300344293a3427
Octal227223600310451726447
Binary10010111100100111100000111000100101001111010110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979330; }

 p { color: rgb(151,147,48); }

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

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

 a { background-color: rgb(151,147,48); }

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

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

 span { border-color: rgb(151,147,48); }

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