Html Css Color HEX #978034 Lemon Ginger

📋 copy color: '#978034'

red 151 ◦ green 128 ◦ blue 52

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

Shades of Lemon Ginger #978034

Tints of Lemon Ginger #978034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.71%

R = 45.62%
G = 38.67%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#978034 (or 0x978034) is known color: Lemon Ginger. HEX triplet: 97, 80 and 34. RGB value is (151,128,52). Sum of RGB (Red+Green+Blue) = 151+128+52=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #978034 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978034 is #687FCB. Grayscale: #7E7E7E. Windows color (decimal): -6848460 or 3440791. OLE color: 3440791.

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

Color convert

RGB 151 128 52 -
CMYK 0 0.15 0.66 0.41
HSL 46.06º 0.49% 0.4% -
HSV(B) 46.06º 0.66% 0.59% -
XYZ 21.1 22.27 6.43 -
YUV 126.21 86.12 145.68 -
System Red Green Blue C M Y K H S L
Decimal 151 128 52 0 0.15 0.66 0.41 46.06 0.49 0.4
Hex 97 80 34 0 F 42 29 2E 31 28
Octal 227 200 64 0 17 102 51 56 61 50
Binary 10010111 10000000 110100 0 1111 1000010 101001 101110 110001 101000

Color Harmonies of #978034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978034

Black with #978034

Text Example


Text Example

White with #978034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978034; }

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

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

background-color css

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

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

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

border-color css

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

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

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