Html Css Color HEX #978A31 Lemon Ginger

📋 copy color: '#978A31'

red 151 ◦ green 138 ◦ blue 49

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

Shades of Lemon Ginger #978A31

Tints of Lemon Ginger #978A31

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40.83%

 BLUE value IS 49 (19.53% from 255) = 14.5%

R = 44.67%
G = 40.83%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#978A31 (or 0x978A31) is known color: Lemon Ginger. HEX triplet: 97, 8A and 31. RGB value is (151,138,49). Sum of RGB (Red+Green+Blue) = 151+138+49=338 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.67% from 338); Green value is 138 (54.30% from 255 or 40.83% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 151 - color contains mainly: red. Hex color #978A31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978A31 is #6875CE. Grayscale: #848484. Windows color (decimal): -6845903 or 3246743. OLE color: 3246743.

HSL color Cylindrical-coordinate representation of color #978A31: hue angle of 52.35º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #978A31 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 138 49 -
CMYK 0 0.09 0.68 0.41
HSL 52.35º 0.51% 0.39% -
HSV(B) 52.35º 0.68% 0.59% -
XYZ 22.41 24.98 6.55 -
YUV 131.74 81.31 141.74 -
System Red Green Blue C M Y K H S L
Decimal 151 138 49 0 0.09 0.68 0.41 52.35 0.51 0.39
Hex 97 8A 31 0 9 44 29 34 33 27
Octal 227 212 61 0 11 104 51 64 63 47
Binary 10010111 10001010 110001 0 1001 1000100 101001 110100 110011 100111

Color Harmonies of #978A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978A31

Black with #978A31

Text Example


Text Example

White with #978A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978A31; }

 p { color: rgb(151,138,49); }

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

background-color css

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

 a { background-color: rgb(151,138,49); }

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

border-color css

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

 span { border-color: rgb(151,138,49); }

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