Html Css Color HEX #978B13 Lemon Ginger

📋 copy color: '#978B13'

red 151 ◦ green 139 ◦ blue 19

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

Shades of Lemon Ginger #978B13

Tints of Lemon Ginger #978B13

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.98%

 BLUE value IS 19 (7.81% from 255) = 6.15%

R = 48.87%
G = 44.98%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#978B13 (or 0x978B13) is known color: Lemon Ginger. HEX triplet: 97, 8B and 13. RGB value is (151,139,19). Sum of RGB (Red+Green+Blue) = 151+139+19=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 139 (54.69% from 255 or 44.98% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #978B13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978B13 is #6874EC. Grayscale: #818181. Windows color (decimal): -6845677 or 1280919. OLE color: 1280919.

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

Color convert

RGB 151 139 19 -
CMYK 0 0.08 0.87 0.41
HSL 54.55º 0.78% 0.33% -
HSV(B) 54.55º 0.87% 0.59% -
XYZ 22.11 25.09 4.29 -
YUV 128.91 65.98 143.76 -
System Red Green Blue C M Y K H S L
Decimal 151 139 19 0 0.08 0.87 0.41 54.55 0.78 0.33
Hex 97 8B 13 0 8 57 29 37 4E 21
Octal 227 213 23 0 10 127 51 67 116 41
Binary 10010111 10001011 10011 0 1000 1010111 101001 110111 1001110 100001

Color Harmonies of #978B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978B13

Black with #978B13

Text Example


Text Example

White with #978B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,139,19); }

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

background-color css

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

 a { background-color: rgb(151,139,19); }

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

border-color css

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

 span { border-color: rgb(151,139,19); }

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