Html Css Color HEX #978C10 Lemon Ginger

📋 copy color: '#978C10'

red 151 ◦ green 140 ◦ blue 16

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

Shades of Lemon Ginger #978C10

Tints of Lemon Ginger #978C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.21%

R = 49.19%
G = 45.6%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#978C10 (or 0x978C10) is known color: Lemon Ginger. HEX triplet: 97, 8C and 10. RGB value is (151,140,16). Sum of RGB (Red+Green+Blue) = 151+140+16=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #978C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978C10 is #6873EF. Grayscale: #818181. Windows color (decimal): -6845424 or 1084567. OLE color: 1084567.

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

Color convert

RGB 151 140 16 -
CMYK 0 0.07 0.89 0.41
HSL 55.11º 0.81% 0.33% -
HSV(B) 55.11º 0.89% 0.59% -
XYZ 22.23 25.37 4.22 -
YUV 129.15 64.14 143.58 -
System Red Green Blue C M Y K H S L
Decimal 151 140 16 0 0.07 0.89 0.41 55.11 0.81 0.33
Hex 97 8C 10 0 7 59 29 37 51 21
Octal 227 214 20 0 7 131 51 67 121 41
Binary 10010111 10001100 10000 0 111 1011001 101001 110111 1010001 100001

Color Harmonies of #978C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978C10

Black with #978C10

Text Example


Text Example

White with #978C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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