Html Css Color HEX #978122 Lemon Ginger

📋 copy color: '#978122'

red 151 ◦ green 129 ◦ blue 34

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

Shades of Lemon Ginger #978122

Tints of Lemon Ginger #978122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.83%

R = 48.09%
G = 41.08%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#978122 (or 0x978122) is known color: Lemon Ginger. HEX triplet: 97, 81 and 22. RGB value is (151,129,34). Sum of RGB (Red+Green+Blue) = 151+129+34=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #978122 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978122 is #687EDD. Grayscale: #7D7D7D. Windows color (decimal): -6848222 or 2261399. OLE color: 2261399.

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

Color convert

RGB 151 129 34 -
CMYK 0 0.15 0.77 0.41
HSL 48.72º 0.63% 0.36% -
HSV(B) 48.72º 0.77% 0.59% -
XYZ 20.9 22.4 4.73 -
YUV 124.75 76.79 146.72 -
System Red Green Blue C M Y K H S L
Decimal 151 129 34 0 0.15 0.77 0.41 48.72 0.63 0.36
Hex 97 81 22 0 F 4D 29 31 3F 24
Octal 227 201 42 0 17 115 51 61 77 44
Binary 10010111 10000001 100010 0 1111 1001101 101001 110001 111111 100100

Color Harmonies of #978122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978122

Black with #978122

Text Example


Text Example

White with #978122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978122; }

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

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

background-color css

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

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

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

border-color css

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

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

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