Html Css Color HEX #979228 Lemon Ginger

📋 copy color: '#979228'

red 151 ◦ green 146 ◦ blue 40

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

Shades of Lemon Ginger #979228

Tints of Lemon Ginger #979228

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.32%

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

R = 44.81%
G = 43.32%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.41

RGB Variations

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

Color information

#979228 (or 0x979228) is known color: Lemon Ginger. HEX triplet: 97, 92 and 28. RGB value is (151,146,40). Sum of RGB (Red+Green+Blue) = 151+146+40=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #979228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #979228 is #686DD7. Grayscale: #878787. Windows color (decimal): -6843864 or 2658967. OLE color: 2658967.

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

Color convert

RGB 151 146 40 -
CMYK 0 0.03 0.74 0.41
HSL 57.3º 0.58% 0.37% -
HSV(B) 57.3º 0.74% 0.59% -
XYZ 23.42 27.29 6.04 -
YUV 135.41 74.16 139.12 -
System Red Green Blue C M Y K H S L
Decimal 151 146 40 0 0.03 0.74 0.41 57.3 0.58 0.37
Hex 97 92 28 0 3 4A 29 39 3A 25
Octal 227 222 50 0 3 112 51 71 72 45
Binary 10010111 10010010 101000 0 11 1001010 101001 111001 111010 100101

Color Harmonies of #979228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979228

Black with #979228

Text Example


Text Example

White with #979228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979228; }

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

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

background-color css

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

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

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

border-color css

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

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

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