Html Css Color HEX #978120 Lemon Ginger

📋 copy color: '#978120'

red 151 ◦ green 129 ◦ blue 32

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

Shades of Lemon Ginger #978120

Tints of Lemon Ginger #978120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.35%

 BLUE value IS 32 (12.89% from 255) = 10.26%

R = 48.4%
G = 41.35%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#978120 (or 0x978120) is known color: Lemon Ginger. HEX triplet: 97, 81 and 20. RGB value is (151,129,32). Sum of RGB (Red+Green+Blue) = 151+129+32=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #978120 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978120 is #687EDF. Grayscale: #7C7C7C. Windows color (decimal): -6848224 or 2130327. OLE color: 2130327.

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

Color convert

RGB 151 129 32 -
CMYK 0 0.15 0.79 0.41
HSL 48.91º 0.65% 0.36% -
HSV(B) 48.91º 0.79% 0.59% -
XYZ 20.87 22.38 4.59 -
YUV 124.52 75.79 146.89 -
System Red Green Blue C M Y K H S L
Decimal 151 129 32 0 0.15 0.79 0.41 48.91 0.65 0.36
Hex 97 81 20 0 F 4F 29 31 41 24
Octal 227 201 40 0 17 117 51 61 101 44
Binary 10010111 10000001 100000 0 1111 1001111 101001 110001 1000001 100100

Color Harmonies of #978120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978120

Black with #978120

Text Example


Text Example

White with #978120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978120; }

 p { color: rgb(151,129,32); }

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

background-color css

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

 a { background-color: rgb(151,129,32); }

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

border-color css

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

 span { border-color: rgb(151,129,32); }

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