#979B35

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

Shades of Highball #979B35

Tints of Highball #979B35

Color information

#979B35 (or 0x979B35) is unknown color: approx Highball. HEX triplet: 97, 9B and 35. RGB value is (151,155,53). Sum of RGB (Red+Green+Blue) = 151+155+53=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 155 (60.94% from 255 or 43.18% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 155 - color contains mainly: green. Hex color #979B35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979B35 is #6864CA. Grayscale: #8E8E8E. Windows color (decimal): -6841547 or 3513239. OLE color: 3513239.

HSL color Cylindrical-coordinate representation of color #979B35: hue angle of 62.35º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #979B35 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB15115553-
CMYK0.0300.660.39
HSL62.35º49.04%40.78%-
HSV(B)62.35º65.81%60.78%-
XYZ25.1330.287.89-
YUV142.1877.67134.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.06%
GREEN value IS 155 (60.94% from 255) = 43.18%
BLUE value IS 53 (21.09% from 255) = 14.76%
R=42.06%
G=43.18%
B=14.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151155530.0300.660.3962.3549.0440.78
Hex979B353042273e3129
Octal227233653010247766151
Binary10010111100110111101011101000010100111111110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979B35; }

 p { color: rgb(151,155,53); }

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

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

 a { background-color: rgb(151,155,53); }

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

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

 span { border-color: rgb(151,155,53); }

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