Html Css Color HEX #978D1B Lemon Ginger

📋 copy color: '#978D1B'

red 151 ◦ green 141 ◦ blue 27

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

Shades of Lemon Ginger #978D1B

Tints of Lemon Ginger #978D1B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.2%

 BLUE value IS 27 (10.94% from 255) = 8.46%

R = 47.34%
G = 44.2%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.41

RGB Variations

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

Color information

#978D1B (or 0x978D1B) is known color: Lemon Ginger. HEX triplet: 97, 8D and 1B. RGB value is (151,141,27). Sum of RGB (Red+Green+Blue) = 151+141+27=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 141 (55.47% from 255 or 44.20% from 319); Blue value is 27 (10.94% from 255 or 8.46% from 319); Max value from RGB is 151 - color contains mainly: red. Hex color #978D1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #978D1B is #6872E4. Grayscale: #838383. Windows color (decimal): -6845157 or 1805719. OLE color: 1805719.

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

Color convert

RGB 151 141 27 -
CMYK 0 0.07 0.82 0.41
HSL 55.16º 0.7% 0.35% -
HSV(B) 55.16º 0.82% 0.59% -
XYZ 22.49 25.71 4.81 -
YUV 130.99 69.31 142.27 -
System Red Green Blue C M Y K H S L
Decimal 151 141 27 0 0.07 0.82 0.41 55.16 0.7 0.35
Hex 97 8D 1B 0 7 52 29 37 46 23
Octal 227 215 33 0 7 122 51 67 106 43
Binary 10010111 10001101 11011 0 111 1010010 101001 110111 1000110 100011

Color Harmonies of #978D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978D1B

Black with #978D1B

Text Example


Text Example

White with #978D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,141,27); }

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

background-color css

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

 a { background-color: rgb(151,141,27); }

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

border-color css

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

 span { border-color: rgb(151,141,27); }

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