#979B4A

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

Shades of Highball #979B4A

Tints of Highball #979B4A

Color information

#979B4A (or 0x979B4A) is unknown color: approx Highball. HEX triplet: 97, 9B and 4A. RGB value is (151,155,74). Sum of RGB (Red+Green+Blue) = 151+155+74=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 74 (29.30% from 255 or 19.47% from 380); Max value from RGB is 155 - color contains mainly: green. Hex color #979B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979B4A is #6864B5. Grayscale: #909090. Windows color (decimal): -6841526 or 4889495. OLE color: 4889495.

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

Color convert

RGB15115574-
CMYK0.0300.520.39
HSL62.96º35.37%44.9%-
HSV(B)62.96º52.26%60.78%-
XYZ25.7230.5211.01-
YUV144.5788.17132.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 39.74%
GREEN value IS 155 (60.94% from 255) = 40.79%
BLUE value IS 74 (29.30% from 255) = 19.47%
R=39.74%
G=40.79%
B=19.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151155740.0300.520.3962.9635.3744.9
Hex979B4A3034273f232d
Octal227233112306447774355
Binary10010111100110111001010110110100100111111111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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