Html Css Color HEX #979253 Highball

📋 copy color: '#979253'

red 151 ◦ green 146 ◦ blue 83

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

Shades of Highball #979253

Tints of Highball #979253

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.42%

 BLUE value IS 83 (32.81% from 255) = 21.84%

R = 39.74%
G = 38.42%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#979253 (or 0x979253) is known color: Highball. HEX triplet: 97, 92 and 53. RGB value is (151,146,83). Sum of RGB (Red+Green+Blue) = 151+146+83=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 151 - color contains mainly: red. Hex color #979253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979253 is #686DAC. Grayscale: #8C8C8C. Windows color (decimal): -6843821 or 5477015. OLE color: 5477015.

HSL color Cylindrical-coordinate representation of color #979253: hue angle of 55.59º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #979253 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 146 83 -
CMYK 0 0.03 0.45 0.41
HSL 55.59º 0.29% 0.46% -
HSV(B) 55.59º 0.45% 0.59% -
XYZ 24.6 27.76 12.25 -
YUV 140.31 95.66 135.62 -
System Red Green Blue C M Y K H S L
Decimal 151 146 83 0 0.03 0.45 0.41 55.59 0.29 0.46
Hex 97 92 53 0 3 2D 29 38 1D 2E
Octal 227 222 123 0 3 55 51 70 35 56
Binary 10010111 10010010 1010011 0 11 101101 101001 111000 11101 101110

Color Harmonies of #979253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979253

Black with #979253

Text Example


Text Example

White with #979253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979253; }

 p { color: rgb(151,146,83); }

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

background-color css

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

 a { background-color: rgb(151,146,83); }

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

border-color css

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

 span { border-color: rgb(151,146,83); }

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