Html Css Color HEX #978035 Lemon Ginger

📋 copy color: '#978035'

red 151 ◦ green 128 ◦ blue 53

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

Shades of Lemon Ginger #978035

Tints of Lemon Ginger #978035

RGB

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

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

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

R = 45.48%
G = 38.55%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#978035 (or 0x978035) is known color: Lemon Ginger. HEX triplet: 97, 80 and 35. RGB value is (151,128,53). Sum of RGB (Red+Green+Blue) = 151+128+53=332 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.48% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 151 - color contains mainly: red. Hex color #978035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978035 is #687FCA. Grayscale: #7E7E7E. Windows color (decimal): -6848459 or 3506327. OLE color: 3506327.

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

Color convert

RGB 151 128 53 -
CMYK 0 0.15 0.65 0.41
HSL 45.92º 0.48% 0.4% -
HSV(B) 45.92º 0.65% 0.59% -
XYZ 21.12 22.27 6.55 -
YUV 126.33 86.62 145.6 -
System Red Green Blue C M Y K H S L
Decimal 151 128 53 0 0.15 0.65 0.41 45.92 0.48 0.4
Hex 97 80 35 0 F 41 29 2E 30 28
Octal 227 200 65 0 17 101 51 56 60 50
Binary 10010111 10000000 110101 0 1111 1000001 101001 101110 110000 101000

Color Harmonies of #978035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978035

Black with #978035

Text Example


Text Example

White with #978035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978035; }

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

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

background-color css

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

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

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

border-color css

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

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

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