Html Css Color HEX #978C0F Lemon Ginger

📋 copy color: '#978C0F'

red 151 ◦ green 140 ◦ blue 15

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

Shades of Lemon Ginger #978C0F

Tints of Lemon Ginger #978C0F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.75%

 BLUE value IS 15 (6.25% from 255) = 4.9%

R = 49.35%
G = 45.75%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#978C0F (or 0x978C0F) is known color: Lemon Ginger. HEX triplet: 97, 8C and 0F. RGB value is (151,140,15). Sum of RGB (Red+Green+Blue) = 151+140+15=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #978C0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978C0F is #6873F0. Grayscale: #818181. Windows color (decimal): -6845425 or 1019031. OLE color: 1019031.

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

Color convert

RGB 151 140 15 -
CMYK 0 0.07 0.90 0.41
HSL 55.15º 0.82% 0.33% -
HSV(B) 55.15º 0.9% 0.59% -
XYZ 22.23 25.37 4.18 -
YUV 129.04 63.64 143.66 -
System Red Green Blue C M Y K H S L
Decimal 151 140 15 0 0.07 0.90 0.41 55.15 0.82 0.33
Hex 97 8C F 0 7 5A 29 37 52 21
Octal 227 214 17 0 7 132 51 67 122 41
Binary 10010111 10001100 1111 0 111 1011010 101001 110111 1010010 100001

Color Harmonies of #978C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978C0F

Black with #978C0F

Text Example


Text Example

White with #978C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,140,15); }

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

background-color css

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

 a { background-color: rgb(151,140,15); }

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

border-color css

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

 span { border-color: rgb(151,140,15); }

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