Html Css Color HEX #978032 Lemon Ginger

📋 copy color: '#978032'

red 151 ◦ green 128 ◦ blue 50

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

Shades of Lemon Ginger #978032

Tints of Lemon Ginger #978032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.2%

R = 45.9%
G = 38.91%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#978032 (or 0x978032) is known color: Lemon Ginger. HEX triplet: 97, 80 and 32. RGB value is (151,128,50). Sum of RGB (Red+Green+Blue) = 151+128+50=329 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.90% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 151 - color contains mainly: red. Hex color #978032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978032 is #687FCD. Grayscale: #7E7E7E. Windows color (decimal): -6848462 or 3309719. OLE color: 3309719.

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

Color convert

RGB 151 128 50 -
CMYK 0 0.15 0.67 0.41
HSL 46.34º 0.5% 0.39% -
HSV(B) 46.34º 0.67% 0.59% -
XYZ 21.06 22.25 6.2 -
YUV 125.99 85.12 145.84 -
System Red Green Blue C M Y K H S L
Decimal 151 128 50 0 0.15 0.67 0.41 46.34 0.5 0.39
Hex 97 80 32 0 F 43 29 2E 32 27
Octal 227 200 62 0 17 103 51 56 62 47
Binary 10010111 10000000 110010 0 1111 1000011 101001 101110 110010 100111

Color Harmonies of #978032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978032

Black with #978032

Text Example


Text Example

White with #978032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978032; }

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

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

background-color css

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

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

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

border-color css

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

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

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