Html Css Color HEX #978428 Lemon Ginger

📋 copy color: '#978428'

red 151 ◦ green 132 ◦ blue 40

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

Shades of Lemon Ginger #978428

Tints of Lemon Ginger #978428

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.87%

 BLUE value IS 40 (16.02% from 255) = 12.38%

R = 46.75%
G = 40.87%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#978428 (or 0x978428) is known color: Lemon Ginger. HEX triplet: 97, 84 and 28. RGB value is (151,132,40). Sum of RGB (Red+Green+Blue) = 151+132+40=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 132 (51.95% from 255 or 40.87% from 323); Blue value is 40 (16.02% from 255 or 12.38% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #978428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978428 is #687BD7. Grayscale: #7F7F7F. Windows color (decimal): -6847448 or 2655383. OLE color: 2655383.

HSL color Cylindrical-coordinate representation of color #978428: hue angle of 49.73º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #978428 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 132 40 -
CMYK 0 0.13 0.74 0.41
HSL 49.73º 0.58% 0.37% -
HSV(B) 49.73º 0.74% 0.59% -
XYZ 21.4 23.24 5.36 -
YUV 127.19 78.79 144.98 -
System Red Green Blue C M Y K H S L
Decimal 151 132 40 0 0.13 0.74 0.41 49.73 0.58 0.37
Hex 97 84 28 0 D 4A 29 32 3A 25
Octal 227 204 50 0 15 112 51 62 72 45
Binary 10010111 10000100 101000 0 1101 1001010 101001 110010 111010 100101

Color Harmonies of #978428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978428

Black with #978428

Text Example


Text Example

White with #978428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978428; }

 p { color: rgb(151,132,40); }

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

background-color css

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

 a { background-color: rgb(151,132,40); }

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

border-color css

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

 span { border-color: rgb(151,132,40); }

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