Html Css Color HEX #978A1D Lemon Ginger

📋 copy color: '#978A1D'

red 151 ◦ green 138 ◦ blue 29

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

Shades of Lemon Ginger #978A1D

Tints of Lemon Ginger #978A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.12%

R = 47.48%
G = 43.4%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#978A1D (or 0x978A1D) is known color: Lemon Ginger. HEX triplet: 97, 8A and 1D. RGB value is (151,138,29). Sum of RGB (Red+Green+Blue) = 151+138+29=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #978A1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978A1D is #6875E2. Grayscale: #818181. Windows color (decimal): -6845923 or 1936023. OLE color: 1936023.

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

Color convert

RGB 151 138 29 -
CMYK 0 0.09 0.81 0.41
HSL 53.61º 0.68% 0.35% -
HSV(B) 53.61º 0.81% 0.59% -
XYZ 22.07 24.84 4.79 -
YUV 129.46 71.31 143.36 -
System Red Green Blue C M Y K H S L
Decimal 151 138 29 0 0.09 0.81 0.41 53.61 0.68 0.35
Hex 97 8A 1D 0 9 51 29 36 44 23
Octal 227 212 35 0 11 121 51 66 104 43
Binary 10010111 10001010 11101 0 1001 1010001 101001 110110 1000100 100011

Color Harmonies of #978A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978A1D

Black with #978A1D

Text Example


Text Example

White with #978A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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