Html Css Color HEX #978224 Lemon Ginger

📋 copy color: '#978224'

red 151 ◦ green 130 ◦ blue 36

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

Shades of Lemon Ginger #978224

Tints of Lemon Ginger #978224

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.01%

 BLUE value IS 36 (14.45% from 255) = 11.36%

R = 47.63%
G = 41.01%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#978224 (or 0x978224) is known color: Lemon Ginger. HEX triplet: 97, 82 and 24. RGB value is (151,130,36). Sum of RGB (Red+Green+Blue) = 151+130+36=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 36 (14.45% from 255 or 11.36% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #978224 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978224 is #687DDB. Grayscale: #7D7D7D. Windows color (decimal): -6847964 or 2392727. OLE color: 2392727.

HSL color Cylindrical-coordinate representation of color #978224: hue angle of 49.04º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #978224 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 130 36 -
CMYK 0 0.14 0.76 0.41
HSL 49.04º 0.61% 0.37% -
HSV(B) 49.04º 0.76% 0.59% -
XYZ 21.06 22.67 4.94 -
YUV 125.56 77.46 146.14 -
System Red Green Blue C M Y K H S L
Decimal 151 130 36 0 0.14 0.76 0.41 49.04 0.61 0.37
Hex 97 82 24 0 E 4C 29 31 3D 25
Octal 227 202 44 0 16 114 51 61 75 45
Binary 10010111 10000010 100100 0 1110 1001100 101001 110001 111101 100101

Color Harmonies of #978224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978224

Black with #978224

Text Example


Text Example

White with #978224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978224; }

 p { color: rgb(151,130,36); }

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

background-color css

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

 a { background-color: rgb(151,130,36); }

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

border-color css

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

 span { border-color: rgb(151,130,36); }

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