Html Css Color HEX #978234 Lemon Ginger

📋 copy color: '#978234'

red 151 ◦ green 130 ◦ blue 52

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

Shades of Lemon Ginger #978234

Tints of Lemon Ginger #978234

RGB

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

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

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

R = 45.35%
G = 39.04%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#978234 (or 0x978234) is known color: Lemon Ginger. HEX triplet: 97, 82 and 34. RGB value is (151,130,52). Sum of RGB (Red+Green+Blue) = 151+130+52=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #978234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978234 is #687DCB. Grayscale: #7F7F7F. Windows color (decimal): -6847948 or 3441303. OLE color: 3441303.

HSL color Cylindrical-coordinate representation of color #978234: hue angle of 47.27º 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 #978234 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 130 52 -
CMYK 0 0.14 0.66 0.41
HSL 47.27º 0.49% 0.4% -
HSV(B) 47.27º 0.66% 0.59% -
XYZ 21.36 22.79 6.52 -
YUV 127.39 85.46 144.84 -
System Red Green Blue C M Y K H S L
Decimal 151 130 52 0 0.14 0.66 0.41 47.27 0.49 0.4
Hex 97 82 34 0 E 42 29 2F 31 28
Octal 227 202 64 0 16 102 51 57 61 50
Binary 10010111 10000010 110100 0 1110 1000010 101001 101111 110001 101000

Color Harmonies of #978234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978234

Black with #978234

Text Example


Text Example

White with #978234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978234; }

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

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

background-color css

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

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

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

border-color css

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

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

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