Html Css Color HEX #979350 Highball

📋 copy color: '#979350'

red 151 ◦ green 147 ◦ blue 80

#979350
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highball #979350

Tints of Highball #979350

RGB

 RED value IS 151 (59.38% from 255) = 39.95%

 GREEN value IS 147 (57.81% from 255) = 38.89%

 BLUE value IS 80 (31.64% from 255) = 21.16%

R = 39.95%
G = 38.89%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#979350 (or 0x979350) is known color: Highball. HEX triplet: 97, 93 and 50. RGB value is (151,147,80). Sum of RGB (Red+Green+Blue) = 151+147+80=378 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.95% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 151 - color contains mainly: red. Hex color #979350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979350 is #686CAF. Grayscale: #8C8C8C. Windows color (decimal): -6843568 or 5280663. OLE color: 5280663.

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

Color convert

RGB 151 147 80 -
CMYK 0 0.03 0.47 0.41
HSL 56.62º 0.31% 0.45% -
HSV(B) 56.62º 0.47% 0.59% -
XYZ 24.64 28.03 11.7 -
YUV 140.56 93.83 135.45 -
System Red Green Blue C M Y K H S L
Decimal 151 147 80 0 0.03 0.47 0.41 56.62 0.31 0.45
Hex 97 93 50 0 3 2F 29 39 1F 2D
Octal 227 223 120 0 3 57 51 71 37 55
Binary 10010111 10010011 1010000 0 11 101111 101001 111001 11111 101101

Color Harmonies of #979350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979350

Black with #979350

Text Example


Text Example

White with #979350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979350; }

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

 H1.HeaderClassName
 {
   color: #979350;
 }
 .AnyTagClassName
 {
   color: #979350;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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