Html Css Color HEX #978535 Lemon Ginger

📋 copy color: '#978535'

red 151 ◦ green 133 ◦ blue 53

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

Shades of Lemon Ginger #978535

Tints of Lemon Ginger #978535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.47%

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

R = 44.81%
G = 39.47%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#978535 (or 0x978535) is known color: Lemon Ginger. HEX triplet: 97, 85 and 35. RGB value is (151,133,53). Sum of RGB (Red+Green+Blue) = 151+133+53=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #978535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978535 is #687ACA. Grayscale: #818181. Windows color (decimal): -6847179 or 3507607. OLE color: 3507607.

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

Color convert

RGB 151 133 53 -
CMYK 0 0.12 0.65 0.41
HSL 48.98º 0.48% 0.4% -
HSV(B) 48.98º 0.65% 0.59% -
XYZ 21.79 23.61 6.78 -
YUV 129.26 84.96 143.5 -
System Red Green Blue C M Y K H S L
Decimal 151 133 53 0 0.12 0.65 0.41 48.98 0.48 0.4
Hex 97 85 35 0 C 41 29 31 30 28
Octal 227 205 65 0 14 101 51 61 60 50
Binary 10010111 10000101 110101 0 1100 1000001 101001 110001 110000 101000

Color Harmonies of #978535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978535

Black with #978535

Text Example


Text Example

White with #978535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978535; }

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

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

background-color css

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

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

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

border-color css

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

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

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