Html Css Color HEX #978235 Lemon Ginger

📋 copy color: '#978235'

red 151 ◦ green 130 ◦ blue 53

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

Shades of Lemon Ginger #978235

Tints of Lemon Ginger #978235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.87%

R = 45.21%
G = 38.92%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#978235 (or 0x978235) is known color: Lemon Ginger. HEX triplet: 97, 82 and 35. RGB value is (151,130,53). Sum of RGB (Red+Green+Blue) = 151+130+53=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 130 (51.17% from 255 or 38.92% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #978235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978235 is #687DCA. Grayscale: #7F7F7F. Windows color (decimal): -6847947 or 3506839. OLE color: 3506839.

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

Color convert

RGB 151 130 53 -
CMYK 0 0.14 0.65 0.41
HSL 47.14º 0.48% 0.4% -
HSV(B) 47.14º 0.65% 0.59% -
XYZ 21.39 22.8 6.64 -
YUV 127.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 151 130 53 0 0.14 0.65 0.41 47.14 0.48 0.4
Hex 97 82 35 0 E 41 29 2F 30 28
Octal 227 202 65 0 16 101 51 57 60 50
Binary 10010111 10000010 110101 0 1110 1000001 101001 101111 110000 101000

Color Harmonies of #978235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978235

Black with #978235

Text Example


Text Example

White with #978235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978235; }

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

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

background-color css

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

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

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

border-color css

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

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

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