Html Css Color HEX #979126 Lemon Ginger

📋 copy color: '#979126'

red 151 ◦ green 145 ◦ blue 38

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

Shades of Lemon Ginger #979126

Tints of Lemon Ginger #979126

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.41%

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

R = 45.21%
G = 43.41%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#979126 (or 0x979126) is known color: Lemon Ginger. HEX triplet: 97, 91 and 26. RGB value is (151,145,38). Sum of RGB (Red+Green+Blue) = 151+145+38=334 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.21% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 151 - color contains mainly: red. Hex color #979126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979126 is #686ED9. Grayscale: #878787. Windows color (decimal): -6844122 or 2527639. OLE color: 2527639.

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

Color convert

RGB 151 145 38 -
CMYK 0 0.04 0.75 0.41
HSL 56.81º 0.6% 0.37% -
HSV(B) 56.81º 0.75% 0.59% -
XYZ 23.24 26.97 5.81 -
YUV 134.6 73.49 139.7 -
System Red Green Blue C M Y K H S L
Decimal 151 145 38 0 0.04 0.75 0.41 56.81 0.6 0.37
Hex 97 91 26 0 4 4B 29 39 3C 25
Octal 227 221 46 0 4 113 51 71 74 45
Binary 10010111 10010001 100110 0 100 1001011 101001 111001 111100 100101

Color Harmonies of #979126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979126

Black with #979126

Text Example


Text Example

White with #979126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979126; }

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

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

background-color css

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

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

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

border-color css

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

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

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