Html Css Color HEX #978526 Lemon Ginger

📋 copy color: '#978526'

red 151 ◦ green 133 ◦ blue 38

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

Shades of Lemon Ginger #978526

Tints of Lemon Ginger #978526

RGB

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

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

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

R = 46.89%
G = 41.3%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#978526 (or 0x978526) is known color: Lemon Ginger. HEX triplet: 97, 85 and 26. RGB value is (151,133,38). Sum of RGB (Red+Green+Blue) = 151+133+38=322 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.89% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 38 (15.23% from 255 or 11.80% from 322); Max value from RGB is 151 - color contains mainly: red. Hex color #978526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978526 is #687AD9. Grayscale: #7F7F7F. Windows color (decimal): -6847194 or 2524567. OLE color: 2524567.

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

Color convert

RGB 151 133 38 -
CMYK 0 0.12 0.75 0.41
HSL 50.44º 0.6% 0.37% -
HSV(B) 50.44º 0.75% 0.59% -
XYZ 21.5 23.49 5.24 -
YUV 127.55 77.46 144.72 -
System Red Green Blue C M Y K H S L
Decimal 151 133 38 0 0.12 0.75 0.41 50.44 0.6 0.37
Hex 97 85 26 0 C 4B 29 32 3C 25
Octal 227 205 46 0 14 113 51 62 74 45
Binary 10010111 10000101 100110 0 1100 1001011 101001 110010 111100 100101

Color Harmonies of #978526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978526

Black with #978526

Text Example


Text Example

White with #978526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978526; }

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

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

background-color css

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

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

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

border-color css

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

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

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