Html Css Color HEX #978031 Lemon Ginger

📋 copy color: '#978031'

red 151 ◦ green 128 ◦ blue 49

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

Shades of Lemon Ginger #978031

Tints of Lemon Ginger #978031

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.02%

 BLUE value IS 49 (19.53% from 255) = 14.94%

R = 46.04%
G = 39.02%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#978031 (or 0x978031) is known color: Lemon Ginger. HEX triplet: 97, 80 and 31. RGB value is (151,128,49). Sum of RGB (Red+Green+Blue) = 151+128+49=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #978031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978031 is #687FCE. Grayscale: #7E7E7E. Windows color (decimal): -6848463 or 3244183. OLE color: 3244183.

HSL color Cylindrical-coordinate representation of color #978031: hue angle of 46.47º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #978031 is Cyan = 0, Magento = 0.15, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 128 49 -
CMYK 0 0.15 0.68 0.41
HSL 46.47º 0.51% 0.39% -
HSV(B) 46.47º 0.68% 0.59% -
XYZ 21.04 22.24 6.09 -
YUV 125.87 84.62 145.92 -
System Red Green Blue C M Y K H S L
Decimal 151 128 49 0 0.15 0.68 0.41 46.47 0.51 0.39
Hex 97 80 31 0 F 44 29 2E 33 27
Octal 227 200 61 0 17 104 51 56 63 47
Binary 10010111 10000000 110001 0 1111 1000100 101001 101110 110011 100111

Color Harmonies of #978031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978031

Black with #978031

Text Example


Text Example

White with #978031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978031; }

 p { color: rgb(151,128,49); }

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

background-color css

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

 a { background-color: rgb(151,128,49); }

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

border-color css

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

 span { border-color: rgb(151,128,49); }

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