Html Css Color HEX #978126 Lemon Ginger

📋 copy color: '#978126'

red 151 ◦ green 129 ◦ blue 38

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

Shades of Lemon Ginger #978126

Tints of Lemon Ginger #978126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.95%

R = 47.48%
G = 40.57%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#978126 (or 0x978126) is known color: Lemon Ginger. HEX triplet: 97, 81 and 26. RGB value is (151,129,38). Sum of RGB (Red+Green+Blue) = 151+129+38=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #978126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978126 is #687ED9. Grayscale: #7D7D7D. Windows color (decimal): -6848218 or 2523543. OLE color: 2523543.

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

Color convert

RGB 151 129 38 -
CMYK 0 0.15 0.75 0.41
HSL 48.32º 0.6% 0.37% -
HSV(B) 48.32º 0.75% 0.59% -
XYZ 20.96 22.42 5.06 -
YUV 125.2 78.79 146.4 -
System Red Green Blue C M Y K H S L
Decimal 151 129 38 0 0.15 0.75 0.41 48.32 0.6 0.37
Hex 97 81 26 0 F 4B 29 30 3C 25
Octal 227 201 46 0 17 113 51 60 74 45
Binary 10010111 10000001 100110 0 1111 1001011 101001 110000 111100 100101

Color Harmonies of #978126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978126

Black with #978126

Text Example


Text Example

White with #978126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978126; }

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

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

background-color css

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

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

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

border-color css

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

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

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